Commit Graph

26856 Commits (e1bdd07c3c33d4004180506f1493efcbbbc02b4c)
 

Author SHA1 Message Date
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
Alvaro Herrera e6a64bd3b6 Fix a bug in the previous patch, which caused the title pointer to be used 18 years ago
Alvaro Herrera 1e9199e84c Improve psql's internal print.c code by introducing an actual print API. 18 years ago
Bruce Momjian 9340c6372f Todo done: 18 years ago
Alvaro Herrera 5da9da71c4 Improve snapshot manager by keeping explicit track of snapshots. 18 years ago
Magnus Hagander aa82790fca Fix breakage by the wal_sync_method patch in installations that use 18 years ago
Michael Meskes 1fe8d17128 Check for non-existant connection in prepare statement handling. 18 years ago
Alvaro Herrera 000086b49c Document that "ROLLBACK TO savepoint" does not un-close cursors. 18 years ago
Alvaro Herrera 9084399782 Put back bufmgr.h in bufpage.h -- it is needed by some macros. 18 years ago
Magnus Hagander 2739a4e1d2 Report which WAL sync method we are trying to change *to* when it fails, 18 years ago
Magnus Hagander f99760c19f Convert wal_sync_method to guc enum. 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Andrew Dunstan a86a9bf9fe Remaining pieces of fix for contrib makefiles 18 years ago
Tom Lane 125ed6853e Restore psql's former behavior that padding spaces to the right of the last 18 years ago
Bruce Momjian 2cabe2db79 Add URL for: 18 years ago
Bruce Momjian d603b3e48a Add to TODO: 18 years ago
Bruce Momjian f586e70665 Add URL for: 18 years ago
Bruce Momjian 3c8f87361c Update alternative output regression files for new float8 test of power(). 18 years ago
Bruce Momjian 1526a701c4 Add TODO item: 18 years ago
Bruce Momjian 1d18d1dd7b TODOs done: 18 years ago
Tom Lane cd902b331d Change the rules for inherited CHECK constraints to be essentially the same 18 years ago
Bruce Momjian f8df836ae3 Adjust power() error messages to be more descriptive. 18 years ago
Andrew Dunstan 3159040627 Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon, apply everywhere. 18 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 18 years ago
Peter Eisentraut d35c56ed9f Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 18 years ago
Bruce Momjian 6e3e60095d Update C comments to mention SQL:2003 handling of power return values. 18 years ago
Heikki Linnakangas c5f42ce8d5 Fix Assert introduced in previous patch. 18 years ago
Heikki Linnakangas f0eb3e5e58 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Tom Lane 706fcbd820 Fix bogus expected output that should have made it quite clear that 18 years ago
Tom Lane e1435983b8 Fix memory stomp that's turning the whole buildfarm pink: you can't hack up 18 years ago
Bruce Momjian c56b444496 Add to TODO: 18 years ago
Bruce Momjian 4a586bd405 Add regression test for various power expressions with a zero base, and 18 years ago
Bruce Momjian 6b4e9d1654 Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 18 years ago
Bruce Momjian eabd1b2ee8 Have psql output tab as the proper number of spaces, rather than \x09. 18 years ago
Bruce Momjian 5adf98ae24 Add psql '\pset format wrapped' mode to wrap output to screen width, or 18 years ago