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
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Add a cardinality function for arrays.
Robert Haas
2014-01-21
*
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
*
Speed up COPY into tables with DEFAULT nextval()
Simon Riggs
2014-01-20
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-18
*
Export set_latch_on_sigusr1 symbol for Windows.
Andrew Dunstan
2014-01-17
*
Prevent double macro definition of WIN32.
Andrew Dunstan
2014-01-17
*
Define WIN32 when _WIN32 is set
Magnus Hagander
2014-01-17
*
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Fix typo in comment.
Robert Haas
2014-01-14
*
Single-reader, single-writer, lightweight shared message queue.
Robert Haas
2014-01-14
*
Simple table of contents for a shared memory segment.
Robert Haas
2014-01-14
*
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-13
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Remove DESCR entries for json operator functions.
Andrew Dunstan
2014-01-10
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
*
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-05
*
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
*
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
*
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
*
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2014-01-01
*
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
*
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.
Tom Lane
2013-12-29
*
Fix whitespace
Peter Eisentraut
2013-12-26
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-21
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
*
Upgrade to Autoconf 2.69
Peter Eisentraut
2013-12-18
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
2013-12-13
*
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
*
Add a new reloption, user_catalog_table.
Robert Haas
2013-12-10
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-10
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
[next]