| Commit message (Expand) | Author | Age | Files | Lines |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 2 | -5/+5 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -9/+9 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -6/+7 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -1/+2 |
| * | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 3 | -43/+54 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -6/+24 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+2 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -1/+2 |
| * | Attached is a patch which adds 2 missing semi-colons to | Bruce Momjian | 2002-04-01 | 1 | -1/+3 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -3/+2 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 2 | -13/+18 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 1 | -2/+2 |
| * | Add missing colon to getopt() arg. | Tom Lane | 2002-03-08 | 1 | -2/+2 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 2 | -68/+48 |
| * | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut | 2002-02-23 | 1 | -3/+3 |
| * | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 | 1 | -2/+2 |
| * | Fix include paths for case of VPATH build. | Tom Lane | 2002-01-09 | 1 | -1/+3 |
| * | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut | 2001-11-16 | 1 | -3/+5 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -5/+4 |
| * | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 | 1 | -2/+4 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 2 | -18/+28 |
| * | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 | 1 | -2/+1 |
| * | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut | 2001-08-25 | 1 | -3/+7 |
| * | remove no longer needed -Wno-error | Peter Eisentraut | 2001-08-22 | 1 | -5/+1 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -3/+3 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 3 | -21/+31 |
| * | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane | 2001-08-04 | 1 | -2/+4 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -3/+4 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -2/+2 |
| * | Fix a couple remaining places where GUC variables were assigned to | Tom Lane | 2001-06-25 | 1 | -3/+3 |
| * | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane | 2001-06-12 | 1 | -2/+2 |
| * | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut | 2001-06-03 | 1 | -10/+13 |
| * | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut | 2001-05-12 | 3 | -144/+123 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -29/+30 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -22/+50 |
| * | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut | 2001-02-10 | 1 | -1/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -2/+2 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -6/+5 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -1/+4 |
| * | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 | 1 | -3/+3 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 2 | -14/+6 |
| * | Fix OID bootstraping. | Vadim B. Mikheev | 2000-11-21 | 1 | -26/+27 |
| * | Auto checkpoint creation. | Vadim B. Mikheev | 2000-11-09 | 1 | -26/+27 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+2 |
| * | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 | 1 | -11/+18 |
| * | WAL misc | Vadim B. Mikheev | 2000-10-24 | 1 | -1/+5 |
| * | WAL | Vadim B. Mikheev | 2000-10-21 | 1 | -1/+3 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -2/+2 |