Commit Graph

26919 Commits (f23b79147b404ca09f85811080c33e0f099ef52f)
 

Author SHA1 Message Date
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
Tom Lane 07a5606735 Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. 18 years ago
Tom Lane 63e98b55f0 Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per 18 years ago
Tom Lane 2dad10f467 Make another try at using -Wl,--as-needed to suppress linking of unnecessary 18 years ago
Andrew Dunstan 07d08a8828 Remove old kluge put in to allow Windows regression tests to succeed, and now 18 years ago
Tom Lane d4b9f44bf9 okay, looks like ecpg/compatlib needs -lintl too. 18 years ago
Tom Lane 1bfe97e5a8 Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTART 18 years ago
Bruce Momjian 265f19d78b Use isatty() test for pager on Win32; not sure why it was disabled for 18 years ago
Bruce Momjian e2cd62c3e1 In psql, test for output to stdout when forcing pager for wide output. 18 years ago
Bruce Momjian 2413ac97e9 Another fix for compiles on an empty 'po' directory. 18 years ago
Peter Eisentraut 1f06b45a48 Don't call rm with empty file list. 18 years ago
Tom Lane 5248e02b50 ecpglib needs to link with libintl if it's in use. 18 years ago
Tom Lane 55de145d1c Improve pg_regress so that it reports the fact if any test process 18 years ago
Tom Lane 2e27b0e146 Fix utterly-bogus code for computing row heights. Per crashes on 18 years ago
Tom Lane 1a604b4e31 Fix a subtle bug exposed by recent wal_sync_method rearrangements. 18 years ago
Tom Lane 55f6f8f2aa Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. 18 years ago
Andrew Dunstan e72c98b058 fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago