aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix unportable (and incorrect anyway) usage of LL constant suffix thatTom Lane2008-06-09
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* Further tweak for comment in CheckDeadLock(), per Tom.Neil Conway2008-06-09
* Fix typo in comment.Neil Conway2008-06-09
* Fix breakage caused by conflicting patches, as evidenced by the buildfarm.Alvaro Herrera2008-06-08
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-08
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane2008-06-06
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Fix some string building in getObjectDescription.Alvaro Herrera2008-06-05
* Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter setsTom Lane2008-06-01
* Set hidden field for guc enum missed in previous commit.Magnus Hagander2008-05-28
* Add a field to guc enums to allow hiding of values from display whileMagnus Hagander2008-05-28
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-27
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-26
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Simplify code in formatting.c now that to upper/lower/initcase do notBruce Momjian2008-05-20
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane2008-05-19
* Coercion sanity check in ri_HashCompareOp failed to allow for enums, as perTom Lane2008-05-19
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Allow ALTER SEQUENCE START WITH to change the recorded start_value of aTom Lane2008-05-17
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-16
* Reduce unnecessary PANIC to ERROR, improve a couple of comments.Tom Lane2008-05-16
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Persuade GIN to react to control-C in a reasonable amount of timeTom Lane2008-05-16
* Add code to eval_const_expressions() to support const-simplification ofTom Lane2008-05-15
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander2008-05-14
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-13
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander2008-05-12
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander2008-05-12
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Adjust power() error messages to be more descriptive.Bruce Momjian2008-05-09
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Update C comments to mention SQL:2003 handling of power return values.Bruce Momjian2008-05-09
* Fix Assert introduced in previous patch.Heikki Linnakangas2008-05-09
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-09
* Add regression test for various power expressions with a zero base, andBruce Momjian2008-05-08
* Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0Bruce Momjian2008-05-08