Commit Graph

26890 Commits (1ac1bea076be24f03c9c59911a8575222baef7f1)
 

Author SHA1 Message Date
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
Tom Lane caede71b44 Allow ALTER SEQUENCE START WITH to change the recorded start_value of a 18 years ago
Tom Lane 3951fae51d Fix declarations of pthread functions, missed in recent commit. 18 years ago
Tom Lane 10a3471bed Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a 18 years ago
Tom Lane 8a2f5d221b Reduce unnecessary PANIC to ERROR, improve a couple of comments. 18 years ago
Tom Lane e7b498bd5e Recent patch doesn't compile without <limits.h> 18 years ago
Tom Lane c3fc2bf744 Suppress a possibly-uninitialized-variable warning. (I'm only seeing it 18 years ago
Magnus Hagander 1d89026788 Implement error checking for pthreads calls in thread-safe mode. They really 18 years ago
Tom Lane 0ff81a525e Suppress compiler warning induced by recent header file refactoring. 18 years ago
Tom Lane 8461ab5ab1 Update contrib for tsearch changes. 18 years ago
Bruce Momjian 9263d86f59 Update psql startup banner to be shorter, suggest "help" for help. 18 years ago
Bruce Momjian 7adddb4002 Done in TODO: 18 years ago
Bruce Momjian 43ee22826b Add detection of psql pager to trigger on wide output. Also add pager 18 years ago
Tom Lane e6dbcb72fa Extend GIN to support partial-match searches, and extend tsquery to support 18 years ago
Peter Eisentraut e1bdd07c3c Add localization support to ecpg. 18 years ago
Bruce Momjian 4eb0900768 Done: 18 years ago
Tom Lane 8282d6fc70 Persuade GIN to react to control-C in a reasonable amount of time 18 years ago
Tom Lane b62f246fb0 Support SQL/PSM-compatible CASE statement in plpgsql. 18 years ago
Tom Lane 0fdb350cae Add code to eval_const_expressions() to support const-simplification of 18 years ago
Tom Lane 93c701edc6 Add support for tracking call counts and elapsed runtime for user-defined 18 years ago
Tom Lane 3bc25384d7 Move the "instr_time" typedef and associated macros into a new header 18 years ago
Bruce Momjian 719a115874 Reorgnize psql \? help output, to reduce the size of the "General" 18 years ago
Bruce Momjian 210faf2d5f Fix a few warnings that have crept into CVS HEAD. 18 years ago
Magnus Hagander 9bf1db04c0 Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC 18 years ago
Magnus Hagander 14e6858ff4 Make the win32 implementation of getrusage() return EINVAL if being 18 years ago
Bruce Momjian 36f0b1cab7 Remove odd duplicate wording in psql pager section. 18 years ago
Tom Lane 4107478d37 Improve plpgsql's RAISE command. It is now possible to attach DETAIL and 18 years ago
Magnus Hagander 72e2db86b9 Don't try to close negative file descriptors, since this can cause 18 years ago
Bruce Momjian d82a1d582c This is the patch replace offnum++ by OffsetNumberNext, to be 18 years ago
Alvaro Herrera a61b2464fa Change \du to use the new printTable API, improving the situation of very wide 18 years ago