postgresql/src/backend
Tom Lane 119191609c Remove dead push/pop rollback code. Vadim once planned to implement
transaction rollback via UNDO but I think that's highly unlikely to
happen, so we may as well remove the stubs.  (Someday we ought to
rip out the stub xxx_undo routines, too.)  Per Alvaro.
2005-03-28 01:50:34 +00:00
..
access Remove dead push/pop rollback code. Vadim once planned to implement 2005-03-28 01:50:34 +00:00
bootstrap Add fprintf() custom version to libpgport. 2005-03-11 19:13:43 +00:00
catalog Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
commands Remove lazy_update_relstats; go back to having VACUUM just record the 2005-03-25 22:51:31 +00:00
executor Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Trivial comment tweak. 2005-03-17 05:47:01 +00:00
optimizer Rethink the order of expression preprocessing: eval_const_expressions 2005-03-28 00:58:26 +00:00
parser Use a bitmapset instead of a list for duplicate-column checking in 2005-03-26 06:28:59 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Refactor fork()-related code. We need to do various housekeeping tasks 2005-03-10 07:14:03 +00:00
postmaster Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth 2005-03-25 00:34:31 +00:00
regex Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 2004-11-24 22:56:54 +00:00
rewrite Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. 2005-03-26 05:53:01 +00:00
storage Create a routine PageIndexMultiDelete() that replaces a loop around 2005-03-22 06:17:03 +00:00
tcop Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
utils Rethink the order of expression preprocessing: eval_const_expressions 2005-03-28 00:58:26 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00