Commit Graph

33635 Commits (4ad5cbedf6ea3186a286c61a164703b107f6a138)
 

Author SHA1 Message Date
Peter Eisentraut 4ad5cbedf6 Update key words table for 9.2 13 years ago
Peter Eisentraut 939ec9b8a4 Update SQL features/conformance information to SQL:2011 13 years ago
Peter Eisentraut be6d1c88a4 Change COLLATION keyword category 13 years ago
Tom Lane 488c6dd170 Improve error message for ALTER COLUMN TYPE coercion failure. 13 years ago
Heikki Linnakangas 6593c5b5dc Fix bug in freespace calculation in heap_multi_insert(). 13 years ago
Peter Eisentraut 00b0c73f1f Fix a whitespace issue with the man pages 13 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 13 years ago
Peter Eisentraut 131b4d6473 Make xrefs to tables instead of assuming they appear below 13 years ago
Peter Eisentraut 8afb026e57 Remove stray nbsp character 13 years ago
Heikki Linnakangas d2495f272c Fix bug in to_tsquery(). 13 years ago
Tom Lane 9b63e9869f In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows. 13 years ago
Tom Lane 5a2bb06012 Revert "Add some temporary instrumentation to pgstat.c." 13 years ago
Tom Lane f667747b6d Put back AC_REQUIRE([AC_STRUCT_TM]). 13 years ago
Tom Lane e42a21b9e6 Assert that WaitLatchOrSocket callers cannot wait only for writability. 13 years ago
Peter Eisentraut ff4628f37a Remove unused AC_DEFINE symbols 13 years ago
Tom Lane d461d0502b For testing purposes, reinsert a timeout in pgstat.c's wait call. 13 years ago
Tom Lane f1ca51549e Force pgwin32_recv into nonblock mode when called from pgstat.c. 13 years ago
Heikki Linnakangas f15c2eae9c Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions. 13 years ago
Heikki Linnakangas 9e4637bf89 Update comments that became out-of-date with the PGXACT struct. 13 years ago
Peter Eisentraut 64f09ca386 Remove leftovers of BeOS port 13 years ago
Peter Eisentraut 6bf1e7668d Small punctuation editing of postgresql.conf.sample 13 years ago
Peter Eisentraut 2a7f636640 pg_ctl: Improve --help output 13 years ago
Tom Lane 7d88bb73f7 Add some temporary instrumentation to pgstat.c. 13 years ago
Tom Lane b8347138e9 Fix DROP TABLESPACE to unlink symlink when directory is not there. 13 years ago
Tom Lane 966970ed63 Re-revert stats collector latch changes. 13 years ago
Tom Lane b85427f227 Attempt to fix some issues in our Windows socket code. 13 years ago
Tom Lane fd350ef395 Fix bogus declaration of local variable. 13 years ago
Tom Lane 398b240151 Avoid unnecessary process wakeups in the log collector. 13 years ago
Peter Eisentraut 7b85527eae Remove unused AC_SUBST variables 13 years ago
Tom Lane 31ad655364 Fix WaitLatchOrSocket to handle EOF on socket correctly. 13 years ago
Bruce Momjian d36eaa2167 Update group commit release note item. 13 years ago
Simon Riggs 867540b49c Ensure backwards compatibility for GetStableLatestTransactionId() 13 years ago
Peter Eisentraut afe86a9e73 Fix obsolescent C declaration syntax 13 years ago
Tom Lane a5985a96a8 Explain compatibility item about language names a bit more. 13 years ago
Tom Lane f35ebd2aa1 Update example of process titles shown by "ps". 13 years ago
Tom Lane d0c231d132 Cosmetic adjustments for postmaster's handling of checkpointer. 13 years ago
Peter Eisentraut 2cfb1c6f77 PL/Python: Adjust the regression tests for Python 3.3 13 years ago
Tom Lane 63fecc9177 Fix contrib/citext's upgrade script to handle array and domain cases. 13 years ago
Robert Haas 1331cc6c1a Prevent loss of init fork when truncating an unlogged table. 13 years ago
Simon Riggs b762e8f50b Remove extraneous #include "storage/proc.h" 13 years ago
Simon Riggs b06679e012 Ensure age() returns a stable value rather than the latest value 13 years ago
Heikki Linnakangas 3652d72dd4 On GiST page split, release the locks on child pages before recursing up. 13 years ago
Tom Lane 817ec1bc82 Improve discussion of setting server parameters. 13 years ago
Bruce Momjian ee24de4001 Revert catalog bump; was post-beta1, and unnecessary. 13 years ago
Bruce Momjian d2fe836cd2 Update comment for 'name' data type to say 63 "bytes". 13 years ago
Tom Lane f70fa835e0 Stamp 9.2beta1. 13 years ago
Tom Lane e3cdc1532c Tweak documentation wording to avoid "pdfendlink" failure. 13 years ago
Tom Lane cb2f2873d6 Temporarily revert stats collector latch changes so we can ship beta1. 13 years ago
Bruce Momjian 5428ff4af8 Merge visibility map crash-safety into index-only scan release note 13 years ago
Tom Lane f40022f1ad Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers. 13 years ago