summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-14Sync our regex code with upstream changes since last time we did this, whichTom Lane
2008-02-14- EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes
2008-02-14Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes
2008-02-14*** empty log message ***Michael Meskes
2008-02-13Update minor version bumping policy.Alvaro Herrera
2008-02-13As sub-bullet decoration.Bruce Momjian
2008-02-13Update wording for minor library bumping.Bruce Momjian
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-02-13No longer necessary:Bruce Momjian
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-02-12Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack beforeTom Lane
2008-02-11Update timezone mapping for Windows with new timezones addedMagnus Hagander
2008-02-11Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane
2008-02-10Fix PageGetExactFreeSpace() so that it actually behaves sensiblyTom Lane
2008-02-08Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane
2008-02-07Avoid misbehavior in foreign key checks when casting to a datatype for whichTom Lane
2008-02-07Some variants of ALTER OWNER tried to make the "object" field of theTom Lane
2008-02-07Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt andTom Lane
2008-02-07Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander
2008-02-07Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()Tom Lane
2008-02-07Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane
2008-02-07Fix msvc install script to properly install NLS files when built withMagnus Hagander
2008-02-07- Fixed segfault in ecpg when using an array element.Michael Meskes
2008-02-06Fix very broken clean.bat for msvc install. The way we used subroutinesMagnus Hagander
2008-02-05Handle libraries in directories with spaces in them.Magnus Hagander
2008-02-02Fix WaitOnLock() to ensure that the process's "waiting" flag is reset afterTom Lane
2008-02-01Stamp 8.3 in CVS. _No_ update of configure/configure.in.Bruce Momjian
2008-01-31Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-31Remove 3 hex digit limit on symbol number in recent fix.Andrew Dunstan
2008-01-31Add pid to the pgident event name on win32.Magnus Hagander
2008-01-31Fix test that wrongly excluded some dumpbin symbols.Andrew Dunstan
2008-01-30Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane
2008-01-30Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane
2008-01-30Translation updatesPeter Eisentraut
2008-01-30Don't putenv() a string that is allocated in a context that will go awayTom Lane
2008-01-29Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane
2008-01-29Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane
2008-01-27Minor editorial improvements in documentation of session_replication_role;Tom Lane
2008-01-26Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane
2008-01-25Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane
2008-01-25Release any detoasted copies of arrays that are made temporarily inTom Lane
2008-01-24Change /contrib to contrib for consistency.Peter Eisentraut
2008-01-23Prevent integer overflow within the integer-datetimes version ofTom Lane
2008-01-23Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.Alvaro Herrera
2008-01-23Document the fix for perl 5.10 with this comment:Andrew Dunstan
2008-01-22Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan
2008-01-21Provide a clearer error message if the pg_control version number looksPeter Eisentraut
2008-01-21Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane
2008-01-20Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane