aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-06
* Cleanup minor pg_dump memory leaksStephen Frost2018-12-06
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera2018-12-05
* Fix typoStephen Frost2018-12-04
* Add some missing schema qualificationsMichael Paquier2018-12-03
* Add PGXS options to control TAP and isolation tests, take twoMichael Paquier2018-12-03
* Eliminate parallel-make hazard in ecpg/preproc.Tom Lane2018-12-01
* Rename ecpg's various "extern.h" files to have distinct names.Tom Lane2018-12-01
* Add a --socketdir option to pg_upgrade.Tom Lane2018-12-01
* Fix tablespace path TAP test of pg_verify_checksums for msysMichael Paquier2018-12-01
* Silence compiler warningAlvaro Herrera2018-11-30
* Fix typo.Amit Kapila2018-11-30
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Switch pg_verify_checksums back to a blacklistMichael Paquier2018-11-30
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29
* Ensure static libraries have correct mod time even if ranlib messes it up.Tom Lane2018-11-29
* Add support for NO_INSTALLCHECK in MSVC scriptsMichael Paquier2018-11-29
* Fix minor typo in dsa.c.Thomas Munro2018-11-29
* Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooksMichael Paquier2018-11-29
* Fix handling of synchronous replication for stopping WAL sendersMichael Paquier2018-11-29
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Only allow one recovery target settingPeter Eisentraut2018-11-28
* Don't set PAM_RHOST for Unix sockets.Thomas Munro2018-11-28
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Use wildcard to match parens after CREATE STATISTICSTomas Vondra2018-11-28
* Don't count zero-filled buffers as 'read' in EXPLAIN.Thomas Munro2018-11-28
* Ensure consistent sort order of large objects in pg_dump.Andres Freund2018-11-27
* Fix jit compilation bug on wide tables.Andres Freund2018-11-27
* Update ssl test certificates and keysPeter Eisentraut2018-11-27
* Fix ac218aa4f6 to work on versions before 9.5.Andres Freund2018-11-26
* Update pg_upgrade test for reg* to include regrole and regnamespace.Andres Freund2018-11-26
* Fix pg_upgrade for oid removal.Andres Freund2018-11-26
* Fix translation of special characters in psql's LaTeX output modes.Tom Lane2018-11-26
* Avoid locale-dependent output in numericlocale check.Tom Lane2018-11-26
* Add CSV table output mode in psql.Tom Lane2018-11-26
* Improve regression test coverage for psql output formats.Tom Lane2018-11-26
* Fix breakage of "\pset format latex".Tom Lane2018-11-26
* Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier2018-11-26
* Add PGXS options to control TAP and isolation testsMichael Paquier2018-11-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Fix assertion failure for SSL connections.Thomas Munro2018-11-25
* Adjust new test case for more portability.Tom Lane2018-11-23
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-23
* Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane2018-11-23
* Silence compiler warningsAlvaro Herrera2018-11-23
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-23
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Fix typo in description of ExecFindPartitionMichael Paquier2018-11-22