aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-04
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-01
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* Add missing colon to getopt() arg.Tom Lane2002-03-08
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* Fix include paths for case of VPATH build.Tom Lane2002-01-09
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-19
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-25
* remove no longer needed -Wno-errorPeter Eisentraut2001-08-22
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04