aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-10
* Comment fix, should say TSQuery instead of TSVector.Heikki Linnakangas2008-06-10
* 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
* Fix an ALTER TABLE test case so that it actually tests what the comment says itTom 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
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-04
* Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane2008-06-02
* Update time zone data files to tzdata release 2008c (DST law changes inTom Lane2008-06-01
* Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter setsTom Lane2008-06-01
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-30
* Improve the documentation comment for replace(). Robert TreatTom Lane2008-05-29
* Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane2008-05-29
* 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
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-25
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Add include directory required after the latest changes to the ecpg build.Magnus Hagander2008-05-21
* Fix function headers not matching prototype in header file, perMagnus Hagander2008-05-21
* Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander2008-05-21
* ecpg_keywords.o also depends on preproc.hMichael Meskes2008-05-21
* Synced parser.Michael Meskes2008-05-20
* 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
* Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan2008-05-18
* okay, looks like ecpg/compatlib needs -lintl too.Tom Lane2008-05-18
* Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian2008-05-17
* In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian2008-05-17
* Another fix for compiles on an empty 'po' directory.Bruce Momjian2008-05-17
* Don't call rm with empty file list.Peter Eisentraut2008-05-17
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-17
* Improve pg_regress so that it reports the fact if any test processTom Lane2008-05-17
* Fix utterly-bogus code for computing row heights. Per crashes onTom Lane2008-05-17
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-17
* Remove DEFAULT_SYNC_FLAGBIT ... not used anymore.Tom Lane2008-05-17
* fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markersAndrew Dunstan2008-05-17