Commit Graph

9710 Commits (c1943dbaefb9446da01281ea01b740a13f8d5a2f)

Author SHA1 Message Date
Tom Lane c1943dbaef Fix pg_get_ruledef() so that negative numeric constants are parenthesized. 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
Tom Lane 6a9fffcd0d Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets 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
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
Michael Meskes d82e7c84fa Link in keywords file instead of copying it. 18 years ago
Bruce Momjian 9f19470966 Simplify code in formatting.c now that to upper/lower/initcase do not 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 1a604b4e31 Fix a subtle bug exposed by recent wal_sync_method rearrangements. 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 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 e6dbcb72fa Extend GIN to support partial-match searches, and extend tsquery to support 18 years ago
Tom Lane 8282d6fc70 Persuade GIN to react to control-C in a reasonable amount of time 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
Magnus Hagander 9bf1db04c0 Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC 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 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
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
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
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
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
Magnus Hagander a6d6a9c9a8 Make the new pg_stat_get_activity use OUT parameters, so you don't have to 18 years ago
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 18 years ago
Tom Lane 053948aee7 The CONSTROID syscache should show conrelid as a relation OID column. 18 years ago
Tom Lane b6d15590f7 Add timestamp and timestamptz versions of generate_series(). 18 years ago
Tom Lane 600da67fbe Add pg_conf_load_time() function to report when the Postgres configuration 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Tom Lane c88850f4a0 The 8.2 patch that added support for an alias on the target table of 18 years ago
Tom Lane db147b3483 Allow the planner's estimate of the fraction of a cursor's rows that will be 18 years ago
Peter Eisentraut b3fb2d6505 Make the AWK default value also take effect if $AWK is an empty string. 18 years ago