aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Update test output of sepgsql for ALTER TABLE COLUMN DROPMichael Paquier2019-10-14
* Update unicode.org URLsPeter Eisentraut2019-10-13
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-25
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Message style fixesPeter Eisentraut2019-09-23
* Redesign pageinspect function printing infomask bitsMichael Paquier2019-09-19
* Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier2019-09-12
* Fix unaccent generation script in WindowsAlvaro Herrera2019-09-10
* Make use of generic logging in vacuumlo and oid2nameMichael Paquier2019-09-06
* Error out on too many command-line argumentsPeter Eisentraut2019-08-29
* Do more cleanup of isolation tests for test_decodingMichael Paquier2019-08-24
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* amcheck: Skip unlogged relations during recovery.Peter Geoghegan2019-08-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-06
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-04
* Fix handling of previous password hooks in passwordcheckMichael Paquier2019-08-01
* Remove orphaned structure member in pgcryptoMichael Paquier2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-25
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Don't rely on estimates for amcheck Bloom filters.Peter Geoghegan2019-07-20
* pg_stat_statements: add missing check for pgss_enabled().Jeff Davis2019-07-19
* Fix sepgsql test results for commit d97b714a2.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Teach pg_stat_statements not to ignore FOR UPDATE clausesAndrew Gierth2019-07-14
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().Etsuro Fujita2019-07-03
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix regression tests to use only global names beginning with "regress_".Tom Lane2019-06-29
* Follow the rule that regression-test-created roles are named "regress_xxx".Tom Lane2019-06-25
* Correct obsolete amcheck comments.Peter Geoghegan2019-06-24
* Replace an occurrence of slave with standbyMagnus Hagander2019-06-19
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-14
* postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita2019-06-13
* postgres_fdw: Reorder C includes.Etsuro Fujita2019-06-11
* Fix operator naming in pg_trgm GUC option descriptionsAlexander Korotkov2019-06-10
* Stop using spelling "nonexistant".Noah Misch2019-06-08