Commit Graph

40736 Commits (1804d1555f56fcad4ce62e160bab17bdff6c94aa)
 

Author SHA1 Message Date
Fujii Masao 1804d1555f Fix typo in comment. 10 years ago
Alvaro Herrera 2a0f89cd71 Give recovery tests more time to finish 10 years ago
Noah Misch e8564ef034 Make the AIX case of Makefile.shlib safe for parallel make. 10 years ago
Tom Lane 6d85bb1ba7 Correctly set up aggregate FILTER expression in partial-aggregation plans. 10 years ago
Tom Lane 9d7abca901 Fix regression tests to work in Welsh locale. 10 years ago
Tom Lane 13bf801a25 Remove GetUserMappingId() and GetUserMappingById(). 10 years ago
Tom Lane d70d119151 Make contrib regression tests safe for Danish locale. 10 years ago
Tom Lane 95810ed8ee Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane b3399cb0f6 Make core regression tests safe for Danish locale. 10 years ago
Robert Haas 1091402b5a Remove unused structure member. 10 years ago
Magnus Hagander 094ea692ee Fix typos 10 years ago
Tom Lane 79a8474309 Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. 10 years ago
Kevin Grittner 1c15aac53f Add comment & docs about no vacuum truncation with sto. 10 years ago
Tom Lane b11e9bbc41 Stamp 9.6beta3. 10 years ago
Tom Lane ade64d05a0 Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 10 years ago
Tom Lane 82bbfc75c1 Doc: fix table of BRIN operator strategy numbers. 10 years ago
Magnus Hagander 55d57359f2 Fix typos in comments and debug message 10 years ago
Peter Eisentraut 7d67606569 Translation updates 10 years ago
Andres Freund eca0f1db14 Clear all-frozen visibilitymap status when locking tuples. 10 years ago
Tom Lane 65632082b7 Remove obsolete comment. 10 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 10 years ago
Peter Eisentraut 7482fc4600 doc: Supply XSLT template for superscript element in man pages 10 years ago
Peter Eisentraut f36ca9af05 Use correct symbol for minimum int64 value 10 years ago
Stephen Frost 47f5bb9f53 Correctly dump database and tablespace ACLs 10 years ago
Tom Lane fe03f28962 Update 9.6 release notes through today. 10 years ago
Tom Lane 606ccc5e7e Improve test case exercising the sorting path for hash index build. 10 years ago
Tom Lane 9563d5b5e4 Add regression test case exercising the sorting path for hash index build. 10 years ago
Tom Lane 278148907a Fix crash in close_ps() for NaN input coordinates. 10 years ago
Tom Lane 745513c702 Clarify usage of clientcert authentication option. 10 years ago
Tom Lane 99dd8b05aa Advance PG_CONTROL_VERSION. 10 years ago
Andres Freund bfa2ab56bb Fix torn-page, unlogged xid and further risks from heap_update(). 10 years ago
Andres Freund a4d357bfbd Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID. 10 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 10 years ago
Alvaro Herrera 533e9c6b06 Avoid serializability errors when locking a tuple with a committed update 10 years ago
Teodor Sigaev 00f304ce2d Fix parsing NOT sequence in tsquery 10 years ago
Teodor Sigaev 19d290155d Fix nested NOT operation cleanup in tsquery. 10 years ago
Tom Lane ce150e7e0f Improve documentation about search_path for SECURITY DEFINER functions. 10 years ago
Peter Eisentraut 63cfdb8dde Adjust spellings of forms of "cancel" 10 years ago
Peter Eisentraut 3aed52a622 doc: Fix typos 10 years ago
Tom Lane 1acf757255 Fix GiST index build for NaN values in geometric types. 10 years ago
Magnus Hagander 00e0b67a58 Remove reference to range mode in pg_xlogdump error 10 years ago
Tom Lane 56a9974133 Minor test adjustment. 10 years ago
Tom Lane cec5501394 Add a regression test case to improve code coverage for tuplesort. 10 years ago
Tom Lane 91c0eb5040 Fix obsolete header-file reference in pg_buffercache docs. 10 years ago
Stephen Frost 42ec6c2da6 Add missing hyphen 10 years ago
Peter Eisentraut 5d4050064b Add serial comma and quoting to message 10 years ago
Peter Eisentraut b9fc9f7c3c Put some things in a better order in psql help 10 years ago
Tom Lane baebab3ace Allow IMPORT FOREIGN SCHEMA within pl/pgsql. 10 years ago
Peter Eisentraut d3fbd5929c doc: Fix typo 10 years ago
Tom Lane 4d042999f9 Print a given subplan only once in EXPLAIN. 10 years ago