summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix thinko in lock mode enumAlvaro Herrera2015-01-041-2/+4
* Add error handling for failing fstat() calls in copy.c.Andres Freund2015-01-041-2/+6
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-041-2/+1
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-031-0/+24
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-031-19/+2
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-031-1/+1
* Print more information about getObjectIdentityParts() failures.Tom Lane2014-12-311-5/+4
* Add missing pstrdup callsAlvaro Herrera2014-12-311-10/+5
* pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera2014-12-301-5/+24
* Add pg_identify_object_as_addressAlvaro Herrera2014-12-302-20/+314
* Use TypeName to represent type names in certain commandsAlvaro Herrera2014-12-303-47/+106
* Remove duplicate assignment in new pg_get_object_address() function.Tom Lane2014-12-281-1/+0
* Restrict name list len for domain constraintsAlvaro Herrera2014-12-261-0/+6
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-261-111/+172
* Blindly fix a dtrace probe in lwlock.c for a removed local variable.Andres Freund2014-12-251-1/+1
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-253-9/+785
* Lockless StrategyGetBuffer clock sweep hot path.Andres Freund2014-12-252-78/+179
* Improve LWLock scalability.Andres Freund2014-12-251-293/+638
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-253-96/+53
* Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund2014-12-251-2/+22
* Remove duplicate include of slot.h.Fujii Masao2014-12-251-1/+0
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-253-785/+9
* Remove unused fields from ReindexStmt.Fujii Masao2014-12-242-4/+0
* Suppress MSVC warning in typeStringToTypeName function.Andres Freund2014-12-241-0/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-2319-451/+254
* Add SQL-callable pg_get_object_addressAlvaro Herrera2014-12-233-16/+471
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-2319-254/+451
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-237-16/+43
* Change local_preload_libraries to PGC_USERSETPeter Eisentraut2014-12-221-1/+1
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-224-7/+6
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-225-114/+332
* Fix file descriptor leak at end of recovery.Heikki Linnakangas2014-12-211-1/+8
* pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera2014-12-192-9/+28
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-191-2/+2
* Prevent potentially hazardous compiler/cpu reordering during lwlock release.Andres Freund2014-12-191-0/+14
* Use %u to print out BlockNumber variablesAlvaro Herrera2014-12-181-4/+4
* Have VACUUM log number of skipped pages due to pinsAlvaro Herrera2014-12-181-28/+71
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-1834-122/+96
* Change how first WAL segment on new timeline after promotion is created.Heikki Linnakangas2014-12-181-21/+61
* Add memory barriers for PgBackendStatus.st_changecount protocol.Fujii Masao2014-12-181-24/+27
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-181-3/+8
* Remove odd blank line in comment.Fujii Masao2014-12-181-1/+0
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-181-5/+12
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-173-20/+48
* Fix poorly worded error message.Tom Lane2014-12-171-2/+3
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-162-19/+14
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-162-9/+11
* Misc comment typo fixes.Heikki Linnakangas2014-12-162-2/+2
* Fix point <-> polygon code for zero-distance case.Tom Lane2014-12-151-1/+1
* Add point <-> polygon distance operator.Heikki Linnakangas2014-12-151-16/+60