aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Improve FSM management for BRIN indexes.Tom Lane2018-04-04
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Remove less-portable-than-believed test case.Tom Lane2018-04-04
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-04
* Fix the new ARMv8 CRC code for short and unaligned input.Heikki Linnakangas2018-04-04
* Fix pg_bsaebackup checksum testsMagnus Hagander2018-04-04
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Also fix the descriptions in pg_config.h.win32.Heikki Linnakangas2018-04-04
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-04
* Don't clone internal triggers to partitionsAlvaro Herrera2018-04-03
* Fix GCC 7 snprintf() compiler warning.Andres Freund2018-04-03
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-03
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Suppress compiler warning in new jsonb_plperl code.Tom Lane2018-04-03
* C comment: mention null handling in BuildTupleFromCStrings()Bruce Momjian2018-04-03
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Attempt to fix jsonb_plperl build on WindowsPeter Eisentraut2018-04-03
* Properly use INT64_FORMAT in outputMagnus Hagander2018-04-03
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-03
* Fix for checksum validation patchMagnus Hagander2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Tab completion for MERGESimon Riggs2018-04-03
* WITH support in MERGESimon Riggs2018-04-03
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Fix XML syntax in documentationPeter Eisentraut2018-04-02
* Fix some dubious WAL-parsing code.Tom Lane2018-04-02
* psql: Fix \ef, \sf tab completionPeter Eisentraut2018-04-02
* Remove contrib/jsonb_plpython's tests for infinity and NaN conversions.Tom Lane2018-04-02
* Teach configure --with-python to report the Python version number.Tom Lane2018-04-02
* Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut2018-04-02
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fix non-portable use of round().Andres Freund2018-03-31
* Add amcheck verification of heap relations belonging to btree indexes.Andres Freund2018-03-31
* Add Bloom filter implementation.Andres Freund2018-03-31
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-31
* Fix portability and translatability issues in commit 64f85894a.Tom Lane2018-03-31
* Portability fix for commit 9a895462d.Tom Lane2018-03-30
* Remove PARTIAL_LINKING build mode.Andres Freund2018-03-30
* Fix bug with view locking code.Tatsuo Ishii2018-03-31
* Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund2018-03-30
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31