summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-05MERGE minor errataSimon Riggs
2018-04-05MERGE fix variable warning in non-assert buildsSimon Riggs
2018-04-05Remove unused vars and mark assert-only varsTeodor Sigaev
2018-04-05Fix typoTeodor Sigaev
2018-04-05MERGE post-commit reviewSimon Riggs
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth
2018-04-04Restore erroneously removed ONLY from PK checkAlvaro Herrera
2018-04-04Improve FSM management for BRIN indexes.Tom Lane
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-03Don't clone internal triggers to partitionsAlvaro Herrera
2018-04-03Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03Properly use INT64_FORMAT in outputMagnus Hagander
2018-04-03Fix for checksum validation patchMagnus Hagander
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-04-03WITH support in MERGESimon Riggs
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "MERGE SQL Command following SQL:2016"Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Fix some dubious WAL-parsing code.Tom Lane
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-04-01Fix non-portable use of round().Andres Freund
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-31Small cleanups in fast default code.Andrew Dunstan
2018-03-31Remove PARTIAL_LINKING build mode.Andres Freund
2018-03-31Fix bug with view locking code.Tatsuo Ishii
2018-03-31Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-30Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane
2018-03-30Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane
2018-03-30Improve out-of-memory error reports by including memory context name.Tom Lane
2018-03-30Do index FSM vacuuming sooner.Tom Lane
2018-03-30Don't call IS_DUMMY_REL() when cheapest_total_path might be junk.Robert Haas
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-30Fix typo in commentMagnus Hagander
2018-03-30Allow to lock views.Tatsuo Ishii
2018-03-29Improve JIT docs.Andres Freund
2018-03-29Remove 'target' from GroupPathExtraData.Robert Haas
2018-03-29Rewrite the code that applies scan/join targets to paths.Robert Haas
2018-03-29Postpone generate_gather_paths for topmost scan/join rel.Robert Haas