Commit Graph

35067 Commits (3d53173e20d151341f894f79d556768c845ba3e4)
 

Author SHA1 Message Date
Peter Eisentraut 3d53173e20 pg_upgrade: Remove PGPORT handling from test suite 12 years ago
Peter Eisentraut 187ca5e8e9 Revert "pg_ctl: Add idempotent option" 12 years ago
Tom Lane db9f0e1d9a Postpone creation of pathkeys lists to fix bug #8049. 12 years ago
Kevin Grittner 5fc893760f Ensure ANALYZE phase is not skipped because of canceled truncate. 12 years ago
Robert Haas 91fa8532f4 Attempt to fix error recovery in COPY BOTH mode. 12 years ago
Simon Riggs 43e7a66849 Introduce new page checksum algorithm and module. 12 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 12 years ago
Tom Lane 5525e6c40b Fix unsafe event-trigger coding in ProcessUtility(). 12 years ago
Peter Eisentraut bbb4db4e04 pg_dump: Improve message formatting 12 years ago
Tom Lane 5194024d72 Incidental cleanup of matviews code. 12 years ago
Peter Eisentraut f5d576c6d2 Improve message about failed transaction log archiving 12 years ago
Peter Eisentraut b53b603c91 Update config.guess and config.sub 12 years ago
Tom Lane 41a2760f61 Fix collation assignment for aggregates with ORDER BY. 12 years ago
Joe Conway b42ea7981c Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine. 12 years ago
Robert Haas 5eb7c4d364 libpq: Fix a few bits that didn't get the memo about COPY BOTH. 12 years ago
Tom Lane c3d09b3bd2 Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands. 12 years ago
Heikki Linnakangas 447b3174f5 Fix typo in comment. 12 years ago
Peter Eisentraut 6cf8462834 pg_basebackup: Add missing newlines at end of lines 12 years ago
Peter Eisentraut 4c0343d4af initdb: Improve some messages 12 years ago
Peter Eisentraut 4d67961110 PL/pgSQL doc: Add example for RETURN QUERY 12 years ago
Heikki Linnakangas 0c1a160a68 Add missing #include. 12 years ago
Kevin Grittner 63e20041a2 Fix assertion failure for REFRESH MATERIALIZED VIEW in PL. 12 years ago
Simon Riggs 2317a63328 Make fast promotion the default promotion mode. 12 years ago
Bruce Momjian 173c252bb2 9.3 release notes: adjustments per Alvaro 12 years ago
Bruce Momjian 2d3edce6b3 9.3 release note updates from Dean Rasheed, Jov, Heikki Linnakangas, 12 years ago
Heikki Linnakangas cc7b0c2553 Remove prototype for cube(text) function that doesn't exist anymore. 12 years ago
Bruce Momjian 98a1e7a735 9.3 release notes: add diacritics 12 years ago
Bruce Momjian e35388451b 9.3 release notes: adjustments per Alvaro and Robert 12 years ago
Heikki Linnakangas ae7363999f Mention in docs that you can create SP-GiST indexes on range types. 12 years ago
Bruce Momjian 4f8799a948 9.3 release notes: apply fixes suggested by Alvaro 12 years ago
Bruce Momjian beaa823bea 9.3 release notes: update streaming replication speedups 12 years ago
Peter Eisentraut e7d5ffe8ea doc: Improve example formatting 12 years ago
Peter Eisentraut 53ecfddceb doc: Fix syntax in example 12 years ago
Bruce Momjian c3ab4ea27d In 9.3 release notes, split up items 12 years ago
Bruce Momjian 4be535e2e4 9.3 release note adjustments per request from Andres Freund 12 years ago
Bruce Momjian 1f2236edd1 Remove 9.3 item about fixing DROP INDEX CONCURRENTLY 12 years ago
Bruce Momjian ac96e6a8c2 9.3 release note fixes 12 years ago
Bruce Momjian 864ec2f0cd Adjust 9.3 release notes per request from Simon 12 years ago
Bruce Momjian ef3defcf0d Reorder 9.3 release note items 12 years ago
Bruce Momjian f0922cbdcc More 9.3 release note reorderings 12 years ago
Bruce Momjian 488eb9055d Fix Gilles Darold's name in 9.3 release notes. 12 years ago
Tom Lane ac63dca607 Fix longstanding race condition in plancache.c. 12 years ago
Bruce Momjian 61b962345d Reorder some 9.3 release item entries 12 years ago
Bruce Momjian 22f956f50c Push 9.3 release SGML file 12 years ago
Bruce Momjian e9a35c2082 Publish draft 9.3 release notes 12 years ago
Peter Eisentraut 540ec93e33 doc: Mention SATA alongside IDE for Linux 12 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 12 years ago
Tom Lane 6e481ebff6 Improve error message when an FDW doesn't support WHERE CURRENT OF. 12 years ago
Tom Lane 3353583d7e Don't try to pass -I switch to postmaster in contrib/start-scripts/linux. 12 years ago
Robert Haas 4580a4bd2c Fix typo in comment. 12 years ago