Commit Graph

42936 Commits (a3bed62d44f83283414a82717bc8e96e9f398dcc)
 

Author SHA1 Message Date
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 9 years ago
Bruce Momjian 07fb943335 doc: remove mention of Windows junction points by pg_upgrade 9 years ago
Bruce Momjian 0f33a719fd docs: Fix pg_upgrade standby server upgrade docs 9 years ago
Alvaro Herrera 3ab7912c18 Rename function for consistency 9 years ago
Peter Eisentraut 915379c3c2 psql: Improve display of "for all tables" publications 9 years ago
Peter Eisentraut 6c6a1149b5 Fix typo in code comment 9 years ago
Peter Eisentraut 878b7d9eaa Remove unnecessary IPC::Run inclusion 9 years ago
Tatsuo Ishii e800656d9a Fix typo in PostgreSQL 10.0 release note. 9 years ago
Tatsuo Ishii 6108348c09 Fix document bug regarding read only transactions. 9 years ago
Robert Haas f32d57fd70 Fix problems related to RangeTblEntry members enrname and enrtuples. 9 years ago
Andres Freund 6c2003f8a1 Don't force-assign transaction id when exporting a snapshot. 9 years ago
Peter Eisentraut b6966d4627 Use DEFACLOBJ_ macros in error message instead of hardcoding 9 years ago
Peter Eisentraut 4e88fe8f8f Add missing serial comma 9 years ago
Peter Eisentraut f0cfff9da2 doc: Whitespace fixes in man pages 9 years ago
Robert Haas b08df9cab7 Teach predtest.c about CHECK clauses to fix partitioning bugs. 9 years ago
Tom Lane a12c09ad86 Improve release note text about set-returning-function changes. 9 years ago
Alvaro Herrera e90ceeaa49 Avoid bogus TwoPhaseState locking sequences 9 years ago
Peter Eisentraut 0d9bdbcaae Put documentation of options and commands in more alphabetical order 9 years ago
Tom Lane 8e72239e9d Fix no-longer-valid shortcuts in expression_returns_set(). 9 years ago
Tom Lane a571c7f661 Fix violations of CatalogTupleInsert/Update/Delete abstraction. 9 years ago
Dean Rasheed d3c3f2b1e2 Teach PL/pgSQL about partitioned tables. 9 years ago
Dean Rasheed f356ec5744 Teach RemoveRoleFromObjectPolicy() about partitioned tables. 9 years ago
Tom Lane 0436f6bde8 Disallow set-returning functions inside CASE or COALESCE. 9 years ago
Peter Eisentraut 39da0f709d doc: Update example version numbers in pg_upgrade documentation 9 years ago
Peter Eisentraut 272171279f psql: Use more consistent capitalization of some output headings 9 years ago
Tom Lane 651902deb1 Re-run pgindent. 9 years ago
Robert Haas 096f1ccd52 Always initialize PartitionBoundInfoData's null_index. 9 years ago
Dean Rasheed b6263cd851 Teach relation_is_updatable() about partitioned tables. 9 years ago
Peter Eisentraut 2e3fc7a7d3 libpq: Message style improvements 9 years ago
Robert Haas ee252f074b Fix failure to remove dependencies when a partition is detached. 9 years ago
Peter Eisentraut 506b565831 doc: Fix typo 9 years ago
Tom Lane b74701043e In initdb, defend against assignment of NULL values to not-null columns. 9 years ago
Peter Eisentraut f2a886104a Fix typo 9 years ago
Peter Eisentraut 88c6cff8e7 Improve code comments 9 years ago
Peter Eisentraut ae1aa28eb6 Use correct ICU path for Windows 32 vs. 64 bit 9 years ago
Peter Eisentraut ec7129b781 Fix collprovider of predefined collations 9 years ago
Peter Eisentraut 4955109d22 pg_dump: Allow dumping default collation 9 years ago
Peter Eisentraut 17082a88ea Prevent copying default collation 9 years ago
Tom Lane 78a030a441 Fix confusion about number of subplans in partitioned INSERT setup. 9 years ago
Peter Eisentraut 791ef001c9 pg_dump: Fix harmless type mixup 9 years ago
Peter Eisentraut 2440c442d1 doc: Update external PL list 9 years ago
Tom Lane 7332c3cbb3 Assert that we don't invent relfilenodes or type OIDs in binary upgrade. 9 years ago
Tom Lane a475e46634 Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation. 9 years ago
Peter Eisentraut 5d8beac8be doc: Update information_schema documentation for identity columns 9 years ago
Peter Eisentraut 94c2ed0ebe Add ICU_CFLAGS to global CPPFLAGS 9 years ago
Peter Eisentraut 7f28a7946a Remove "synchronized table states" notice message 9 years ago
Peter Eisentraut 03c396080d Add MSVC build system support for ICU 9 years ago
Peter Eisentraut 253504fb9f Fix build of ICU support in Windows 9 years ago
Peter Eisentraut bf6e4c3c82 Trim trailing whitespace 9 years ago
Peter Eisentraut ddd7b22b22 Stop table sync workers when subscription relation entry is removed 9 years ago