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