summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08Emit a WARNING if the first backend doesn't complete initialisationXL_10_STABLEPavan Deolasee
2019-07-16Accept change in the expected output for 'rules' test case.Pavan Deolasee
2019-07-16Make some fixes to handle temp objects.Pavan Deolasee
2019-07-16Adjust expected output to reflect that CREATE TABLE AS EXECUTE is not supported.Pavan Deolasee
2019-07-11Adjust regression tests post 10.9 merge.Pavan Deolasee
2019-07-11Merge tag 'REL_10_9' into XL_10_STABLEPavan Deolasee
2019-06-24Send marked GUC variables as string literals to the remote node.Pavan Deolasee
2019-06-24Make pgxc_planner a hook invokation.Pavan Deolasee
2019-06-17Stamp 10.9.Tom Lane
2019-06-17Last-minute updates for release notes.Tom Lane
2019-06-17Translation updatesPeter Eisentraut
2019-06-17Fix buffer overflow when processing SCRAM final message in libpqMichael Paquier
2019-06-17Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier
2019-06-17Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera
2019-06-16Release notes for 10.9, 9.6.14, 9.5.18, 9.4.23.Tom Lane
2019-06-15Prefer timezone name "UTC" over alternative spellings.Andrew Gierth
2019-06-14Silence compiler warningAlvaro Herrera
2019-06-14Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2019-06-13Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-06-13postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita
2019-06-13Doc: improve description of allowed spellings for Boolean input.Tom Lane
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12doc: Fix grammatical error in partitioning docsDavid Rowley
2019-06-12In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-12Fix handling of COMMENT for domain constraintsMichael Paquier
2019-06-11doc: Add best practises section to partitioning docsDavid Rowley
2019-06-11Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-06-10Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)Alvaro Herrera
2019-06-10Fix operator naming in pg_trgm GUC option descriptionsAlexander Korotkov
2019-06-10Add docs of missing GUC to pgtrgm.sgmlAlexander Korotkov
2019-06-10Fix docs indentation in pgtrgm.sgmlAlexander Korotkov
2019-06-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas
2019-06-07Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila
2019-06-04Mark a few parallelism-related variables with PGDLLIMPORT.Tom Lane
2019-06-03Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane
2019-06-01Fix documentation of check_option in information_schema.viewsMichael Paquier
2019-05-31Fix C++ incompatibilities in plpgsql's header files.Tom Lane
2019-05-30Make error logging in extended statistics more consistentTomas Vondra
2019-05-29MSVC: Add "use File::Path qw(rmtree)".Noah Misch
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-23pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund
2019-05-23Fix array size allocation for HashAggregate hash keys.Andrew Gierth
2019-05-23Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier
2019-05-22Fix ordering of GRANT commands in pg_dumpall for database creationMichael Paquier
2019-05-20Fix some grammar in documentation of spgist and pgbenchMichael Paquier
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch