index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Commit message (
Expand
)
Author
Age
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
*
Add #include to make header file independent
Peter Eisentraut
2013-07-02
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Bump PG_CONTROL_VERSION to 937
Simon Riggs
2013-04-30
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Mark json IO and extraction functions immutable.
Andrew Dunstan
2013-04-15
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
*
Minor wording corrections for object-access hook stuff.
Robert Haas
2013-04-12
*
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
*
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-05
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
Forgot catversion bump in the SP-GiST adjacent support patch.
Heikki Linnakangas
2013-03-08
*
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Bump catversion because of new function in the materialized view patch.
Kevin Grittner
2013-03-05
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add function prototype from previous commit.
Simon Riggs
2012-12-24
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Support automatically-updatable views.
Tom Lane
2012-12-08
*
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
[next]