aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* >> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian2004-06-11
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* Adjust cost_nonsequential_access() to have more reasonable behaviorTom Lane2004-06-10
* Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.Tom Lane2004-06-10
* Fix oversight in recent ALTER TABLE improvements. We now supportTom Lane2004-06-10
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Translation updatePeter Eisentraut2004-06-10
* New translationPeter Eisentraut2004-06-10
* Fix slightly-wrong syntax error messages from bootstrap parser, as perTom Lane2004-06-09
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian2004-06-09
* Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane2004-06-08
* Stylistic changes in bufmgr.cBruce Momjian2004-06-08
* vacuum.c refactoringBruce Momjian2004-06-08
* Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane2004-06-06
* Allow use of table rowtypes directly as column types of other tables.Tom Lane2004-06-06
* Add binary I/O support for composite types.Tom Lane2004-06-06
* Remove finger from dike: composite types are now allowed as table columns.Tom Lane2004-06-06
* Preliminary support for composite type I/O; just text for now,Tom Lane2004-06-06
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Remove some long-obsolete code that was causing a strange error messageTom Lane2004-06-04
* Remove typeTypeFlag(), which was not only unused but entirely redundantTom Lane2004-06-03
* Add range-checking in timestamp_recv and timestamptz_recv, perTom Lane2004-06-03
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-02
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* Fix breakage from GUC-extension-variables patch.Tom Lane2004-06-02
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-02
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* FastList is history, yay.Tom Lane2004-06-01
* Just about there on de-FastList-ification.Tom Lane2004-06-01
* Some more de-FastList-ification.Tom Lane2004-06-01
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-31
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Suppress compile warnings on machines where the INT64CONST() decorationTom Lane2004-05-31
* I think I've finally identified the cause of the off-by-one-secondTom Lane2004-05-31
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane2004-05-30
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-30
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Translation updatePeter Eisentraut2004-05-29
* Fix another place that assumed 'x = lcons(y, z)' would not have anyTom Lane2004-05-29
* Fix minor error in comment.Tom Lane2004-05-28