| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change many routines to return ObjectAddress rather than OID | Alvaro Herrera | 2015-03-03 | 1 | -2/+3 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | Revamp the WAL record format. | Heikki Linnakangas | 2014-11-20 | 1 | -3/+3 |
| * | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 | 1 | -1/+2 |
| * | Add rmgr callback to name xlog record types for display purposes. | Andres Freund | 2014-09-19 | 1 | -0/+1 |
| * | Change the signature of rm_desc so that it's passed a XLogRecord. | Heikki Linnakangas | 2014-06-14 | 1 | -1/+1 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Add DISCARD SEQUENCES command. | Robert Haas | 2013-10-03 | 1 | -0/+1 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -2/+2 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 | 1 | -2/+2 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 | 1 | -1/+2 |
| * | Clean up the #include mess a little. | Tom Lane | 2011-09-04 | 1 | -0/+2 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -3/+0 |
| * | Implement remaining fields of information_schema.sequences view | Peter Eisentraut | 2011-01-02 | 1 | -0/+2 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. | Tom Lane | 2010-11-17 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -24/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 1 | -13/+18 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -10/+1 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 1 | -1/+2 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian | 2006-03-04 | 1 | -6/+2 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -4/+5 |
| * | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 | 1 | -1/+2 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -2/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -1/+3 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 1 | -1/+2 |
| * | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 | 1 | -1/+14 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -2/+1 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -2/+27 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -4/+4 |
| * | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 | 1 | -6/+6 |