summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-05Stamp 7.4.20 (except for configure.in/configure)Tom Lane
2008-06-05Translation updates.Tom Lane
2008-05-27Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
2008-05-13Don't try to close negative file descriptors, since this can causeMagnus Hagander
2008-05-09Fix an ancient oversight in change_varattnos_of_a_node: it neglected to updateTom Lane
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-04-10Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes
2008-04-05Defend against JOINs having more than 32K columns altogether. We cannotTom Lane
2008-03-25Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane
2008-03-20Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas
2008-03-19Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane
2008-03-12Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane
2008-03-05Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera
2008-02-27If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane
2008-02-23Avoid trying to print a NULL char pointer in --describe-config. On someTom Lane
2008-02-11Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-06A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane
2008-01-03Stamp release 7.4.19.REL7_4_19Tom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2008-01-02Insert ARST into the list of known timezone abbreviations.Tom Lane
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-11-23Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera
2007-11-08If an index depends on no columns of its table, give it a dependency on theTom Lane
2007-11-06Added missing clause to parser.Michael Meskes
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-09-12Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-25Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2007-08-08Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-08-02Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-31Fix security definer functions with polymorphic arguments. This case hasTom Lane
2007-07-23The proper guaranteed buffer size for errors isMagnus Hagander
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-19Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane
2007-07-17Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-29Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane
2007-06-20transformColumnDefinition failed to complain aboutTom Lane
2007-06-20CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane