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