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
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
*
include_if_exists facility for config file.
Andrew Dunstan
2011-12-15
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Fix typo.
Robert Haas
2011-12-15
*
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
*
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-12
*
Remove define inadvertantly left over from testing.
Andrew Dunstan
2011-12-10
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
*
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-09
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
*
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-12-02
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
*
Improve GiST range-contained-by searches by adding a flag for empty ranges.
Tom Lane
2011-11-27
*
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
*
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-22
*
Improve implementation of range-contains-element tests.
Tom Lane
2011-11-22
*
Still more review for range-types patch.
Tom Lane
2011-11-22
*
More code review for rangetypes patch.
Tom Lane
2011-11-21
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Further review of range-types patch.
Tom Lane
2011-11-18
*
Do missed autoheader run for previous commit.
Tom Lane
2011-11-17
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Declare range inclusion operators as taking anyelement not anynonarray.
Tom Lane
2011-11-17
*
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
*
Code review for range-types catalog entries.
Tom Lane
2011-11-16
*
Restructure function-internal caching in the range type code.
Tom Lane
2011-11-15
*
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
*
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-14
*
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-13
*
Revert removal of trace_userlocks, because userlocks aren't gone.
Robert Haas
2011-11-10
*
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-10
*
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-09
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-08
*
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-07
*
Oops, forgot to fix the catversion when I committed the range types patch.
Heikki Linnakangas
2011-11-06
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
*
Improve comments for TSLexeme data structure.
Tom Lane
2011-11-03
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
[next]