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
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Fix bug introduced by pgrminclude where the tablespace version name was
Bruce Momjian
2011-09-07
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Oops, we're working on version 9.2 already, not 9.1. Update the
Heikki Linnakangas
2011-08-10
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-10
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-03
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
*
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-13
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Simplify reindex_relation's API.
Tom Lane
2011-04-16
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-05
*
Make duplicate_oids return nonzero exit status if duplicates were found
Peter Eisentraut
2011-03-28
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Add database comments to template0 and postgres databases, and improve
Bruce Momjian
2011-03-15
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
*
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
*
Catversion increment for pg_stat_replication changes for syncrep
Simon Riggs
2011-03-06
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
[next]