Age | Commit message (Expand) | Author |
2010-10-08 | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-01-07 | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2007-03-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-05-30 | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane |
2006-05-30 | Add pgmagic header block to store compile-time constants: | Bruce Momjian |
2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-23 | In the stats test, delay for the stats collector to catch up using a | Tom Lane |
2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-27 | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane |
2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
2003-03-20 | This trivial cleans up a little bit of the code in | Bruce Momjian |
2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-03-06 | Change made to elog: | Bruce Momjian |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
2000-08-24 | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane |
2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
1999-10-22 | Another day, another MAX_QUERY_SIZE dependency zapped. | Tom Lane |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
1999-02-21 | From: Tatsuo Ishii <[email protected]> | Marc G. Fournier |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-07-20 | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian |
1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |