aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Add array_remove() and array_replace() functions.Tom Lane2012-07-11
* Fix bogus macro definition.Tom Lane2012-07-10
* Add comments about additional mule-internal charsets from emacs'sTatsuo Ishii2012-07-11
* Re-implement extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Fix planner to pass correct collation to operator selectivity estimators.Tom Lane2012-07-08
* Simplify and document regex library's compact-NFA representation.Tom Lane2012-07-07
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-05
* Add wchar -> mb conversion routines.Robert Haas2012-07-04
* Improve documentation about MULE encoding.Tom Lane2012-07-04
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Make walsender more responsive.Robert Haas2012-07-02
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* When LWLOCK_STATS is defined, count spindelays.Robert Haas2012-06-26
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Remove sanity test in XRecOffIsValid.Robert Haas2012-06-25
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas2012-06-24
* Use LL suffix for 64-bit constants.Heikki Linnakangas2012-06-24
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-24
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Add a small cache of locks owned by a resource owner in ResourceOwner.Heikki Linnakangas2012-06-21
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Fix stats collector to recover nicely when system clock goes backwards.Tom Lane2012-06-17
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-14