Commit Graph

35937 Commits (10a82cda67731941c18256e009edad4a784a2994)
 

Author SHA1 Message Date
Heikki Linnakangas 10a82cda67 Remove bogus -K option from pg_dump. 12 years ago
Tom Lane 8b49a6044d Cache catalog lookup data across groups in ordered-set aggregates. 12 years ago
Tom Lane 92459e7a7f Fix translatability markings in psql, and add defenses against future bugs. 12 years ago
Tom Lane 5858cf8ab2 Fix header comment for bitncmp(). 12 years ago
Tom Lane 9929975666 Fix typo in comment. 12 years ago
Alvaro Herrera 1a3e82a7f9 Restore some comments lost during 15732b34e8 12 years ago
Tom Lane a3b4aeecfe Ooops, should use double not single quotes in StaticAssertStmt(). 12 years ago
Tom Lane a7ef273e1c Fix calculation of maximum statistics-message size. 12 years ago
Alvaro Herrera 638cf09e76 Handle 5-char filenames in SlruScanDirectory 12 years ago
Alvaro Herrera a50d976254 Wrap multixact/members correctly during extension 12 years ago
Alvaro Herrera 722acf51a0 Handle wraparound during truncation in multixact/members 12 years ago
Robert Haas 3cff1879f8 Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. 12 years ago
Tom Lane 4cf81b737d Fix contrib/pg_upgrade to clean all the cruft made during "make check". 12 years ago
Robert Haas 4b351841fa Rename walLogHints to wal_log_hints for easier grepping. 12 years ago
Michael Meskes 7c957ec83e Do not use an empty hostname. 12 years ago
Tom Lane c01bc51f8d Fix broken support for event triggers as extension members. 12 years ago
Tom Lane d7ee4311af Fix alphabetization in catalogs.sgml. 12 years ago
Tom Lane f7fbf4b0be Remove dead code now that orindxpath.c is history. 12 years ago
Tom Lane f343a880d5 Extract restriction OR clauses whether or not they are indexable. 12 years ago
Kevin Grittner 47f50262e7 Don't attempt to limit target database for pg_restore. 12 years ago
Tom Lane ed011d9754 Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. 12 years ago
Peter Eisentraut 71812a98cb Update grammar 12 years ago
Peter Eisentraut b986270bd4 Fix whitespace 12 years ago
Andrew Dunstan 29dcf7ded5 Properly detect invalid JSON numbers when generating JSON. 12 years ago
Kevin Grittner a133bf7031 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Peter Eisentraut a09e3fd776 Fix whitespace 12 years ago
Tom Lane 1def747db6 Fix inadequately-tested code path in tuplesort_skiptuples(). 12 years ago
Tom Lane 4eeda92d86 Fix ANALYZE failure on a column that's a domain over a range. 12 years ago
Robert Haas d43760b624 Revise documentation for new freezing method. 12 years ago
Tom Lane cf63c641ca Fix portability issue in ordered-set patch. 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Fujii Masao 961bf59fb7 Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 12 years ago
Alvaro Herrera 6130208e75 Avoid useless palloc during transaction commit 12 years ago
Robert Haas c32afe53c2 pg_prewarm, a contrib module for prewarming relationd data. 12 years ago
Alvaro Herrera 6eda3e9c27 isolationtester: Ensure stderr is unbuffered, too 12 years ago
Bruce Momjian 527fdd9df1 Move pg_upgrade_support global variables to their own include file 12 years ago
Alvaro Herrera 73bcb76b77 Make stdout unbuffered 12 years ago
Alvaro Herrera 13aa624431 Optimize updating a row that's locked by same xid 12 years ago
Fujii Masao 084e385a2f Add tab completion for ALTER SYSTEM SET in psql. 12 years ago
Fujii Masao f83a75451f Fix typo in docs for min_recovery_apply_delay. 12 years ago
Peter Eisentraut 94b899b829 Upgrade to Autoconf 2.69 12 years ago
Robert Haas 6bb9d3017c Fix compiler warning. 12 years ago
Robert Haas 001a573a20 Allow on-detach callbacks for dynamic shared memory segments. 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Alvaro Herrera 11ac4c73cb Don't ignore tuple locks propagated by our updates 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Bruce Momjian dba5a9dda9 Comment: COPY comment improvement 12 years ago
Alvaro Herrera 3b97e6823b Rework tuple freezing protocol 12 years ago
Heikki Linnakangas 30b96549ab Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c 12 years ago