Commit Graph

26913 Commits (6d19e9ffad0ff7cc739e0e2f63241777e8610635)
 

Author SHA1 Message Date
Tom Lane 6d19e9ffad Marginal improvements to the documentation for PGOPTIONS. 17 years ago
Andrew Dunstan 66e4da4c86 Done: -Remove psql newline patch when we find out why mingw outputs an extra newline 17 years ago
Tom Lane bf4bd50ff7 Copy refint.so and autoinc.so into the src/test/regress directory during 17 years ago
Tom Lane d11e301a15 Improve the documentation comment for replace(). Robert Treat 17 years ago
Tom Lane 02ac305405 Tweak libpq to avoid crashing due to incorrect buffer size calculation when 17 years ago
Tom Lane 5914140a3b Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 17 years ago
Bruce Momjian e19d10b595 Add description to: 17 years ago
Bruce Momjian 882576aa89 Add URL for: 17 years ago
Magnus Hagander 8eee526c19 Set hidden field for guc enum missed in previous commit. 17 years ago
Magnus Hagander d88cd7db63 Add a field to guc enums to allow hiding of values from display while 17 years ago
Tom Lane a8f98c068e Improve GRANT documentation to point out that UPDATE and DELETE typically 17 years ago
Tom Lane 7e8374a3e0 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 17 years ago
Tom Lane e35ee671a8 Clarify description of typmod input function, per Jeff Davis. 17 years ago
Magnus Hagander ea7f9648fe Explicitly bind gettext() to the UTF8 locale when in use. 17 years ago
Tom Lane 7b8a63c3e9 Alter the xxx_pattern_ops opclasses to use the regular equality operator of 17 years ago
Tom Lane a3d9a2421a Fix an old corner-case bug in set_config_option: push_old_value has to be 17 years ago
Tom Lane 8c2ac75c5c Adjust timestamp regression tests to prevent two low-probability failure 17 years ago
Michael Meskes d82e7c84fa Link in keywords file instead of copying it. 17 years ago
Magnus Hagander 42ad6631cd Add include directory required after the latest changes to the ecpg build. 17 years ago
Magnus Hagander 06e6573d57 Fix function headers not matching prototype in header file, per 17 years ago
Magnus Hagander 206378e4ab Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 17 years ago
Michael Meskes 763c4866a2 ecpg_keywords.o also depends on preproc.h 17 years ago
Michael Meskes f7563e9710 Synced parser. 17 years ago
Tom Lane 1ac1bea076 Adjust -Wl,--asneeded test to avoid using the switch if it breaks 17 years ago
Bruce Momjian 9f19470966 Simplify code in formatting.c now that to upper/lower/initcase do not 17 years ago
Bruce Momjian abb5fd8604 Done: 17 years ago
Heikki Linnakangas 50ff07d5b1 Remove arbitrary 10MB limit on two-phase state file size. It's not that hard 17 years ago
Tom Lane 07a5606735 Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. 17 years ago
Tom Lane 63e98b55f0 Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per 17 years ago
Tom Lane 2dad10f467 Make another try at using -Wl,--as-needed to suppress linking of unnecessary 17 years ago
Andrew Dunstan 07d08a8828 Remove old kluge put in to allow Windows regression tests to succeed, and now 17 years ago
Tom Lane d4b9f44bf9 okay, looks like ecpg/compatlib needs -lintl too. 17 years ago
Tom Lane 1bfe97e5a8 Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTART 17 years ago
Bruce Momjian 265f19d78b Use isatty() test for pager on Win32; not sure why it was disabled for 17 years ago
Bruce Momjian e2cd62c3e1 In psql, test for output to stdout when forcing pager for wide output. 17 years ago
Bruce Momjian 2413ac97e9 Another fix for compiles on an empty 'po' directory. 17 years ago
Peter Eisentraut 1f06b45a48 Don't call rm with empty file list. 17 years ago
Tom Lane 5248e02b50 ecpglib needs to link with libintl if it's in use. 17 years ago
Tom Lane 55de145d1c Improve pg_regress so that it reports the fact if any test process 17 years ago
Tom Lane 2e27b0e146 Fix utterly-bogus code for computing row heights. Per crashes on 17 years ago
Tom Lane 1a604b4e31 Fix a subtle bug exposed by recent wal_sync_method rearrangements. 17 years ago
Tom Lane 55f6f8f2aa Remove DEFAULT_SYNC_FLAGBIT ... not used anymore. 17 years ago
Andrew Dunstan e72c98b058 fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Tom Lane caede71b44 Allow ALTER SEQUENCE START WITH to change the recorded start_value of a 17 years ago
Tom Lane 3951fae51d Fix declarations of pthread functions, missed in recent commit. 17 years ago
Tom Lane 10a3471bed Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a 17 years ago
Tom Lane 8a2f5d221b Reduce unnecessary PANIC to ERROR, improve a couple of comments. 17 years ago
Tom Lane e7b498bd5e Recent patch doesn't compile without <limits.h> 17 years ago
Tom Lane c3fc2bf744 Suppress a possibly-uninitialized-variable warning. (I'm only seeing it 17 years ago