summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane2005-05-291-3/+3
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-267-75/+86
* Translation updatesPeter Eisentraut2005-05-253-256/+429
* Fix previous patch to exprTypmod.Tatsuo Ishii2005-05-251-3/+3
* Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii2005-05-241-2/+9
* Previous fix for "x FULL JOIN y ON true" failed to handle the caseTom Lane2005-05-241-7/+2
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-5/+8
* Update release notes for upcoming re-releases.REL7_4_8Tom Lane2005-05-091-4/+37
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-081-3/+2
* In Blob.getBytes(long position, int length) position is an offsetKris Jurka2005-05-083-11/+29
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-074-18/+73
* Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane2005-05-071-56/+81
* Stamp release 7.4.8.Tom Lane2005-05-056-19/+345
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-051-2/+4
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-051-1/+5
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-033-10/+12
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-034-27/+36
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-303-20/+20
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-301-2/+2
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-231-4/+12
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-231-0/+3
* Release build 216.Kris Jurka2005-04-221-2/+2
* Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka2005-04-222-4/+9
* When moveToCurrentRow is called and the current row is off theKris Jurka2005-04-221-2/+2
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-201-7/+17
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-201-8/+15
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-191-2/+2
* When positioned before the start of a ResultSet issuing relative(0)Kris Jurka2005-04-181-3/+5
* Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane2005-04-141-1/+8
* Make constant-folding produce sane output for COALESCE(NULL,NULL),Tom Lane2005-04-101-1/+5
* In cost_mergejoin, the early-exit effect should not apply to theTom Lane2005-04-041-7/+12
* Flush any remaining statistics counts out to the collector at processTom Lane2005-03-311-1/+21
* Fix various comparing functionsTeodor Sigaev2005-03-315-6/+12
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-261-8/+24
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-242-34/+33
* Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane2005-03-232-12/+21
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-121-13/+11
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-121-1/+8
* Prevent rank change in case of duplicate search termsTeodor Sigaev2005-03-051-15/+72
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-011-10/+23
* Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane2005-02-221-1/+5
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-191-6/+33
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-141-2/+2
* Back-patch fix for a typo that unintentionally disabled backward scansTom Lane2005-02-101-2/+2
* If we're gonna check for array overrun, we really should do so beforeTom Lane2005-02-081-19/+21
* Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just aNeil Conway2005-02-071-1/+37
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-061-11/+62
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-062-37/+91
* Recommend security@postgresql.org as the contact point for security-related b...REL7_4_7Tom Lane2005-01-302-10/+21