Commit Graph

26936 Commits (96063da99df7af7c6981548b7d34d8960dc766db)
 

Author SHA1 Message Date
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
Tom Lane d11e301a15 Improve the documentation comment for replace(). Robert Treat 18 years ago
Tom Lane 02ac305405 Tweak libpq to avoid crashing due to incorrect buffer size calculation when 18 years ago
Tom Lane 5914140a3b Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 18 years ago
Bruce Momjian e19d10b595 Add description to: 18 years ago
Bruce Momjian 882576aa89 Add URL for: 18 years ago
Magnus Hagander 8eee526c19 Set hidden field for guc enum missed in previous commit. 18 years ago
Magnus Hagander d88cd7db63 Add a field to guc enums to allow hiding of values from display while 18 years ago
Tom Lane a8f98c068e Improve GRANT documentation to point out that UPDATE and DELETE typically 18 years ago
Tom Lane 7e8374a3e0 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 18 years ago
Tom Lane e35ee671a8 Clarify description of typmod input function, per Jeff Davis. 18 years ago
Magnus Hagander ea7f9648fe Explicitly bind gettext() to the UTF8 locale when in use. 18 years ago
Tom Lane 7b8a63c3e9 Alter the xxx_pattern_ops opclasses to use the regular equality operator of 18 years ago
Tom Lane a3d9a2421a Fix an old corner-case bug in set_config_option: push_old_value has to be 18 years ago
Tom Lane 8c2ac75c5c Adjust timestamp regression tests to prevent two low-probability failure 18 years ago
Michael Meskes d82e7c84fa Link in keywords file instead of copying it. 18 years ago
Magnus Hagander 42ad6631cd Add include directory required after the latest changes to the ecpg build. 18 years ago
Magnus Hagander 06e6573d57 Fix function headers not matching prototype in header file, per 18 years ago
Magnus Hagander 206378e4ab Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 18 years ago
Michael Meskes 763c4866a2 ecpg_keywords.o also depends on preproc.h 18 years ago
Michael Meskes f7563e9710 Synced parser. 18 years ago
Tom Lane 1ac1bea076 Adjust -Wl,--asneeded test to avoid using the switch if it breaks 18 years ago
Bruce Momjian 9f19470966 Simplify code in formatting.c now that to upper/lower/initcase do not 18 years ago
Bruce Momjian abb5fd8604 Done: 18 years ago
Heikki Linnakangas 50ff07d5b1 Remove arbitrary 10MB limit on two-phase state file size. It's not that hard 18 years ago