summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-07-04Add wchar -> mb conversion routines.Robert Haas
2012-07-04Improve documentation about MULE encoding.Tom Lane
2012-07-03Have REASSIGN OWNED work on extensions, tooAlvaro Herrera
2012-07-02Make walsender more responsive.Robert Haas
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-26When LWLOCK_STATS is defined, count spindelays.Robert Haas
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-25Remove sanity test in XRecOffIsValid.Robert Haas
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-24Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas
2012-06-24Use LL suffix for 64-bit constants.Heikki Linnakangas
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Allow WAL record header to be split across pages.Heikki Linnakangas
2012-06-24Move WAL continuation record information to WAL page header.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-21Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane
2012-06-21Add a small cache of locks owned by a resource owner in ResourceOwner.Heikki Linnakangas
2012-06-20Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-17Fix stats collector to recover nicely when system clock goes backwards.Tom Lane
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas
2012-06-14Add new function log_newpage_buffer.Robert Haas
2012-06-14Remove misplaced sanity check from heap_create().Robert Haas
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
2012-06-07Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane
2012-06-01After any checkpoint, close all smgr files handles in bgwriterSimon Riggs
2012-05-31Stamp 9.2beta2.REL9_2_BETA2Tom Lane
2012-05-31Force PL and range-type support functions to be owned by a superuser.Tom Lane
2012-05-30Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane
2012-05-30Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas
2012-05-18Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas
2012-05-16Change COLLATION keyword categoryPeter Eisentraut
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-05-14Remove leftovers of BeOS portPeter Eisentraut
2012-05-11Prevent loss of init fork when truncating an unlogged table.Robert Haas
2012-05-11Ensure age() returns a stable value rather than the latest valueSimon Riggs
2012-05-10Revert catalog bump; was post-beta1, and unnecessary.Bruce Momjian
2012-05-10Update comment for 'name' data type to say 63 "bytes".Bruce Momjian
2012-05-10Stamp 9.2beta1.REL9_2_BETA1Tom Lane
2012-05-10Fix outdated comment.Heikki Linnakangas
2012-05-10Improve control logic for bgwriter hibernation mode.Tom Lane
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs