Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
Peter Eisentraut 5d0e462366 Update regression test files for PL/Python traceback patch 15 years ago
Peter Eisentraut c75163842c Replace the confusing exit_nicely() by an atexit/on_exit hook 15 years ago
Peter Eisentraut 2bd78eb8d5 Add traceback information to PL/Python errors 15 years ago
Peter Eisentraut bf6848bc8c Update key words table for 9.1 15 years ago
Robert Haas 632f0faa7c Repair some flakiness in CheckTargetForConflictsIn. 15 years ago
Alvaro Herrera 38d15f1651 Change "Id" to "id" in some SGML tags 15 years ago
Robert Haas ad275473a5 Typo fixes. 15 years ago
Robert Haas f5e524d92b Add casts from int4 and int8 to numeric. 15 years ago
Simon Riggs 88f32b7ca2 Avoid assuming there will be only 3 states for synchronous_commit. 15 years ago
Simon Riggs 479ee1b962 Centralise release note items related to recovery and replication 15 years ago
Simon Riggs 35d2a660fe Update comments and credit doc proofreaders 15 years ago
Alvaro Herrera 34a991619b Update MSVC toolchain to match SGML entity uppercasing 15 years ago
Robert Haas 240067b3b0 Merge synchronous_replication setting into synchronous_commit. 15 years ago
Alvaro Herrera fc3459d70c Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 15 years ago
Robert Haas 595a441ae9 Add missing check on invocation of trusted procedures. 15 years ago
Robert Haas a0e50e698b Include pid in pg_lock_status() results even for SIREAD locks. 15 years ago
Alvaro Herrera 8c250f3741 Duplicate expansion of "direction" from FETCH's synopsis into MOVE 15 years ago
Robert Haas 6c57239985 Rearrange "add column" logic to merge columns at exec time. 15 years ago
Robert Haas cabf5d84b6 Improve documentation on the range of the numeric data type. 15 years ago
Robert Haas 1981fb7313 Remove mention of using "man" from the tutorial. 15 years ago
Robert Haas 38b27792ea Avoid possible hang during smart shutdown. 15 years ago
Tom Lane d518d6a168 Fix typo in PQconnectStartParams(). 15 years ago
Heikki Linnakangas d420ba2a2d Escape greater than and less than characters in docs. 15 years ago
Magnus Hagander 5735efee15 Avoid palloc before CurrentMemoryContext is set up on win32 15 years ago
Robert Haas e49ad77ff9 Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER. 15 years ago
Robert Haas dd095b623e pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Robert Haas 50533a6dc5 Support comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Robert Haas 7fcc75dd26 Fix compiler warning. 15 years ago
Heikki Linnakangas 9d56886112 Fix two missing spaces in error messages. 15 years ago
Heikki Linnakangas 60b142b9a6 Fix a tiny race condition in predicate locking. Need to hold the lock while 15 years ago
Heikki Linnakangas c8ae318cbe Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in 15 years ago
Heikki Linnakangas ec7626504f Don't leak the temporary PLyProcedure struct we create for inline plpython 15 years ago
Heikki Linnakangas 647f8b3dba Reword the phrase on zero replication_timeout in the docs. 15 years ago
Heikki Linnakangas 1f0bab8494 Improve error message when WAL ends before reaching end of online backup. 15 years ago
Bruce Momjian da3418cea9 Mention pg_upgrade sets autovacuum_freeze_max_age to maximum. 15 years ago
Bruce Momjian d609b08ead Expand comment on how pg_upgrade is turning off autovacuum. 15 years ago
Andrew Dunstan 382fb6a08f Attempt to unbreak windows builds broken by commit 754baa2. 15 years ago
Heikki Linnakangas acf4740132 Check that we've reached end-of-backup also when we're not performing 15 years ago
Heikki Linnakangas 754baa21f7 Automatically terminate replication connections that are idle for more 15 years ago
Heikki Linnakangas bc03c5937d Adjust error message, now that we expect other message types than connection 15 years ago
Peter Eisentraut f564e65cda Update SQL features list 15 years ago
Bruce Momjian d67b0bf471 In pg_upgrade, add C comment about how autovacuum is disabled. 15 years ago
Peter Eisentraut 6c0dfc0356 Add maintainer-check target 15 years ago
Peter Eisentraut aa6fdd186c Make duplicate_oids return nonzero exit status if duplicates were found 15 years ago
Tom Lane eb51af71f2 Prevent a rowtype from being included in itself. 15 years ago
Bruce Momjian 5c22c0eda1 Add 9.1 release note link for synchronous replication. 15 years ago
Robert Haas 7c7fd882a5 Mark up release notes using <link>. 15 years ago
Alvaro Herrera e5948e3504 Add missing #include 15 years ago
Tom Lane a720c28f0a Get rid of links that don't work when building HISTORY. 15 years ago
Robert Haas 20a1159fcc Typo fix in SSI docs. 15 years ago