| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 | 1 | -2/+5 |
| * | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 | 1 | -2/+3 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -17/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -12/+12 |
| * | In the stats test, delay for the stats collector to catch up using a | Tom Lane | 2005-07-23 | 1 | -1/+18 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 1 | -5/+3 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -3/+3 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -4/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 1 | -6/+2 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | This trivial cleans up a little bit of the code in | Bruce Momjian | 2003-03-20 | 1 | -21/+19 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -1/+61 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -1/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -15/+16 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -3/+3 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -3/+35 |
| * | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane | 2000-08-24 | 1 | -3/+3 |
| * | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 | 1 | -55/+59 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 1 | -2/+3 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -2/+3 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -25/+22 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 1 | -5/+5 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -12/+12 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -31/+32 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+2 |
| * | Another day, another MAX_QUERY_SIZE dependency zapped. | Tom Lane | 1999-10-22 | 1 | -15/+22 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -6/+6 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -3/+3 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -3/+3 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -26/+26 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -5/+5 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -4/+4 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -4/+4 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -4/+4 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -94/+97 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -2/+2 |
| * | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 | 1 | -6/+6 |
| * | Regression cleanup of WARN. | Bruce Momjian | 1998-01-06 | 1 | -19/+19 |
| * | Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu... | Bruce Momjian | 1998-01-06 | 1 | -3/+3 |