index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
1
-2
/
+4
*
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2015-01-04
1
-2
/
+6
*
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2015-01-04
1
-2
/
+1
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
1
-0
/
+24
*
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2015-01-03
1
-19
/
+2
*
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
1
-1
/
+1
*
Print more information about getObjectIdentityParts() failures.
Tom Lane
2014-12-31
1
-5
/
+4
*
Add missing pstrdup calls
Alvaro Herrera
2014-12-31
1
-10
/
+5
*
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
1
-5
/
+24
*
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
2
-20
/
+314
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
3
-47
/
+106
*
Remove duplicate assignment in new pg_get_object_address() function.
Tom Lane
2014-12-28
1
-1
/
+0
*
Restrict name list len for domain constraints
Alvaro Herrera
2014-12-26
1
-0
/
+6
*
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-26
1
-111
/
+172
*
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Andres Freund
2014-12-25
1
-1
/
+1
*
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
3
-9
/
+785
*
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
2
-78
/
+179
*
Improve LWLock scalability.
Andres Freund
2014-12-25
1
-293
/
+638
*
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
3
-96
/
+53
*
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
1
-2
/
+22
*
Remove duplicate include of slot.h.
Fujii Masao
2014-12-25
1
-1
/
+0
*
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-25
3
-785
/
+9
*
Remove unused fields from ReindexStmt.
Fujii Masao
2014-12-24
2
-4
/
+0
*
Suppress MSVC warning in typeStringToTypeName function.
Andres Freund
2014-12-24
1
-0
/
+1
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
19
-451
/
+254
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
3
-16
/
+471
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
19
-254
/
+451
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
7
-16
/
+43
*
Change local_preload_libraries to PGC_USERSET
Peter Eisentraut
2014-12-22
1
-1
/
+1
*
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
4
-7
/
+6
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
5
-114
/
+332
*
Fix file descriptor leak at end of recovery.
Heikki Linnakangas
2014-12-21
1
-1
/
+8
*
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
2
-9
/
+28
*
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
1
-2
/
+2
*
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-12-19
1
-0
/
+14
*
Use %u to print out BlockNumber variables
Alvaro Herrera
2014-12-18
1
-4
/
+4
*
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-12-18
1
-28
/
+71
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
34
-122
/
+96
*
Change how first WAL segment on new timeline after promotion is created.
Heikki Linnakangas
2014-12-18
1
-21
/
+61
*
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-12-18
1
-24
/
+27
*
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-18
1
-3
/
+8
*
Remove odd blank line in comment.
Fujii Masao
2014-12-18
1
-1
/
+0
*
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
2014-12-18
1
-5
/
+12
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
3
-20
/
+48
*
Fix poorly worded error message.
Tom Lane
2014-12-17
1
-2
/
+3
*
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
2
-19
/
+14
*
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-16
2
-9
/
+11
*
Misc comment typo fixes.
Heikki Linnakangas
2014-12-16
2
-2
/
+2
*
Fix point <-> polygon code for zero-distance case.
Tom Lane
2014-12-15
1
-1
/
+1
*
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-15
1
-16
/
+60
[next]