aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-04
* Improve error messagePeter Eisentraut2016-02-04
* Add some additional core functions to support join pushdown for FDWs.Robert Haas2016-02-04
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-04
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Remove CustomPath's TextOutCustomPath method.Robert Haas2016-02-03
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-03
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Improve error reporting when location specified by postgres -D does not existPeter Eisentraut2016-02-02
* Don't test for system columns on join relationsAlvaro Herrera2016-02-02
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Fix typos in commentsMagnus Hagander2016-02-01
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix whitespacePeter Eisentraut2016-01-30
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Avoid multiple foreign server connections when all use same user mapping.Robert Haas2016-01-28
* Fix typos in comments and docFujii Masao2016-01-28
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Assert that create_unique_path returns non-NULL.Robert Haas2016-01-27
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-26
* Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane2016-01-26
* Correct comment in GetConflictingVirtualXIDs()Simon Riggs2016-01-24
* Yet further adjust degree-based trig functions for more portability.Tom Lane2016-01-24
* Still further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Add trigonometric functions that work in degrees.Tom Lane2016-01-22
* Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane2016-01-22
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Make extract() do something more reasonable with infinite datetimes.Tom Lane2016-01-21
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-20
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Support multi-stage aggregation.Robert Haas2016-01-20
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Add two HyperLogLog functionsAlvaro Herrera2016-01-19
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Add explicit cast to amcostestimate call.Tom Lane2016-01-17
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Re-pgindent a few files.Tom Lane2016-01-17
* Fix spelling mistakes.Robert Haas2016-01-14