Commit Graph

27310 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)
 

Author SHA1 Message Date
Tom Lane 2e835a4961 Fix the code that adds regclass constants to a plan's list of relation OIDs 18 years ago
Tom Lane 19a6bace94 Clean up a number of bogosities around pltcl's handling of the Tcl "result": 18 years ago
Tom Lane 9dac1b460f Rewrite docs section about routine vacuuming --- it's gotten rather mangled of 18 years ago
Andrew Dunstan 2ac64dba44 Prevent CVS from mangling script 18 years ago
Andrew Dunstan 3f850cbdc5 Add script to find .c and .h files that are missing CVS PostgreSQL markers 18 years ago
Tom Lane 906f27dd73 Make DROP INDEX lock the parent table before locking the index. This behavior 18 years ago
Tom Lane 71ff461a18 Fix 64-bit problem in recent patch. 18 years ago
Tom Lane a0b012a1ab Rearrange ALTER TABLE syntax processing as per my recent proposal: the 18 years ago
Alvaro Herrera bd2ef8707f In log_filename documentation, mention that strftime is not used directly to 18 years ago
Tom Lane 0cefb50f3c Refactor the handling of the various DropStmt variants so that when multiple 18 years ago
Bruce Momjian 95ce4ee943 Modify TODO entry to be a function: 18 years ago
Tom Lane 55a56845ed Improve the various elog messages in tuptoaster.c to report which TOAST table 18 years ago
Bruce Momjian 2319ddf3f1 Use macro to document size of ecpg sqlerrmc string. 18 years ago
Bruce Momjian 635131b159 Update item to mention target list problem: 18 years ago
Heikki Linnakangas a213f1ee6c Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 18 years ago
Tom Lane c4f2a0458d Improve reporting of dependencies in DROP to work like the scheme that we 18 years ago
Bruce Momjian ebff1d4dc6 Add: 18 years ago
Bruce Momjian 70da495d84 Fix spelling mistake in postgresql.conf. 18 years ago
Heikki Linnakangas 15dc3f59c7 Update "help" output to reflect that \timing now takes an optional on/off 18 years ago
Heikki Linnakangas 8b64a2642a Add optional on/off argument to \timing. 18 years ago
Heikki Linnakangas 96675bff1f Fix bug in the WAL recovery code to finish an incomplete split. 18 years ago
Neil Conway 109940c635 Editorialization for the text emitted by the "help" psql command. 18 years ago
Tom Lane 99b8ebec64 Create a script to handle stamping release version numbers into files, 18 years ago
Heikki Linnakangas 0f5c606f41 Comment fix, should say TSQuery instead of TSVector. 18 years ago
Alvaro Herrera 96063da99d Make XML building work silently on VPATH builds (untested on regular builds). 18 years ago
Tom Lane 0b510ad920 Fix unportable (and incorrect anyway) usage of LL constant suffix that 18 years ago
Bruce Momjian 242d70d5ef Update Japanese FAQ. 18 years ago
Tom Lane 3a4e929b76 Fix datetime input functions to correctly detect integer overflow when 18 years ago
Tom Lane 5862cda611 Fix an ALTER TABLE test case so that it actually tests what the comment says it 18 years ago
Neil Conway 8374246054 Further tweak for comment in CheckDeadLock(), per Tom. 18 years ago
Neil Conway da80a4b97e Fix typo in comment. 18 years ago
Alvaro Herrera 7f15f8f2e7 Fix breakage caused by conflicting patches, as evidenced by the buildfarm. 18 years ago
Tom Lane 281a724d5c Rewrite DROP's dependency traversal algorithm into an honest two-pass 18 years ago
Alvaro Herrera cc87402d6e Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is 18 years ago
Tom Lane 2071865caa Update release notes for ALTER AGGREGATE fix. 18 years ago
Tom Lane 395f8b91db ALTER AGGREGATE OWNER seems to have been missed by the last couple of 18 years ago
Tom Lane 6d61b404d4 Update release notes for 8.3.3 et al. 18 years ago
Alvaro Herrera e4ca6cac43 Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. 18 years ago
Tom Lane c1943dbaef Fix pg_get_ruledef() so that negative numeric constants are parenthesized. 18 years ago
Alvaro Herrera 700af334cc Fix missing "not", per Frank Millman (bug #4212). 18 years ago
Alvaro Herrera 9319fd89e1 Modify vacuum() to accept a single relation OID instead of a list (which we 18 years ago
Alvaro Herrera f23b79147b Fix some string building in getObjectDescription. 18 years ago
Michael Meskes c8e0d68aa5 Added lost sysmbol SQL_SQL to list of allowed variable names. 18 years ago
Tom Lane 393ad11c7e Draft release notes for upcoming back-branch updates. 18 years ago
Tom Lane eaa70a3891 Fix initdb to reject a relative path for -X (--xlogdir) argument. This 18 years ago
Tom Lane c4fdebd926 Update time zone data files to tzdata release 2008c (DST law changes in 18 years ago
Tom Lane 6a9fffcd0d Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets 18 years ago
Tom Lane 6d19e9ffad Marginal improvements to the documentation for PGOPTIONS. 18 years ago
Andrew Dunstan 66e4da4c86 Done: -Remove psql newline patch when we find out why mingw outputs an extra newline 18 years ago
Tom Lane bf4bd50ff7 Copy refint.so and autoinc.so into the src/test/regress directory during 18 years ago