| Commit message (Expand) | Author | Age |
* | Fix and improve pg_atomic_flag fallback implementation. | Andres Freund | 2018-04-06 |
* | Prevent dangling-pointer access when update trigger returns old tuple. | Tom Lane | 2018-02-27 |
* | Clean up code for widget_in() and widget_out(). | Tom Lane | 2016-01-09 |
* | Fix a number of places that produced XX000 errors in the regression tests. | Tom Lane | 2015-08-02 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop. | Noah Misch | 2015-03-07 |
* | Remove unused "m" field in LSEG. | Tom Lane | 2015-02-03 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Add a comment to regress.c explaining what it contains. | Heikki Linnakangas | 2014-11-21 |
* | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund | 2014-09-25 |
* | Diagnose incompatible OpenLDAP versions during build and test. | Noah Misch | 2014-07-22 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Fix failure to detoast fields in composite elements of structured types. | Tom Lane | 2014-05-01 |
* | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut | 2014-04-18 |
* | Add more use of psprintf() | Peter Eisentraut | 2014-01-06 |
* | Add support for multiple kinds of external toast datums. | Robert Haas | 2013-07-02 |
* | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane | 2010-10-08 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | 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-05-30 |
* | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | In the stats test, delay for the stats collector to catch up using a | Tom Lane | 2005-07-23 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | This trivial cleans up a little bit of the code in | Bruce Momjian | 2003-03-20 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane | 2000-08-24 |
* | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 |