summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2005-02-11Fix ANALYZE to accumulate some minimal statistics for an all-null column.Tom Lane
2005-02-10Fix SPI cursor support to allow scanning the results of utility commandsTom Lane
2005-02-10Fixed changelog entry to list correct bug reporter.Michael Meskes
2005-02-10Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes
2005-02-09ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway
2005-02-09Fixed bug in parsing of CREATE AS statement.Michael Meskes
2005-02-06Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane
2005-02-05Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.cTom Lane
2005-02-05Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane
2005-02-04Refactor some duplicated code in lock.c: create UnGrantLock(), move codeNeil Conway
2005-02-03Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane
2005-02-03Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane
2005-02-02Improve performance of fmgr.c calling routines for cases with more thanTom Lane
2005-02-02Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane
2005-02-02Add to release checklist:Bruce Momjian
2005-02-02Fixed bug in parsing of #line statement in declare section.Michael Meskes
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-02-01Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway
2005-02-01Adjust estimate_num_groups() to not clamp per-relation group countTom Lane
2005-02-01Adjust plpgsql to allow assignment to an element of an array that isTom Lane
2005-02-01Sync inet formatting code with recent BIND releases. In particular,Tom Lane
2005-01-28When dealing with multiple grouping columns coming from the same table,Tom Lane
2005-01-28Improve planner's estimation of the space needed for HashAgg plans:Tom Lane
2005-01-28pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane
2005-01-28Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems onTom Lane
2005-01-27Check that aggregate creator has the right to execute the transitionTom Lane
2005-01-27Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2005-01-27Provide a more descriptive error message when the return type of an SRFNeil Conway
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-27Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway
2005-01-26Close all cursors created during a failed subtransaction. This is neededTom Lane
2005-01-26On Windows, set the postmaster executable's stack size to 4MB, so thatTom Lane
2005-01-26Minor tweak to avoid unnecessary memory bloat when dumping extremely wideTom Lane
2005-01-26Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-25Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane
2005-01-25Add missing "ko".Peter Eisentraut
2005-01-25Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes
2005-01-25Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure thatNeil Conway
2005-01-24Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane
2005-01-24Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane
2005-01-24Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane
2005-01-23Document why CREATE CONSTRAINT TRIGGER doesn't tab complete.Bruce Momjian
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2005-01-23Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian
2005-01-23pg_dump dumped the wrong tablespace for an index (ie, the parent table'sTom Lane
2005-01-23New routine _getObjectDescription() failed to cope with some aspects ofTom Lane
2005-01-22Mention issue with < and > in docs.Bruce Momjian