index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Remove TOAST table from pg_database
Alvaro Herrera
2012-03-01
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Add sequence USAGE privileges to information schema
Peter Eisentraut
2012-01-30
*
Show default privileges in information schema
Peter Eisentraut
2012-01-27
*
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Remove quotes around format_type_be() output
Peter Eisentraut
2012-01-24
*
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
*
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Fix some long-obsolete references to XLogOpenRelation.
Tom Lane
2011-12-17
*
Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.
Robert Haas
2011-12-06
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Restructure get_object_address() so it's safe against concurrent DDL.
Robert Haas
2011-11-17
*
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-14
*
Run pgindent on range type files, per request from Tom.
Bruce Momjian
2011-11-14
*
Avoid retaining multiple relation locks in RangeVarGetRelid.
Robert Haas
2011-11-12
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
*
Fix get_object_namespace() not to think extensions are "in" a schema.
Robert Haas
2011-10-20
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Fix bugs in information_schema.referential_constraints view.
Tom Lane
2011-10-14
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Avoid potential relcache leak in objectaddress.c.
Robert Haas
2011-10-14
*
Don't mark auto-generated types as extension members.
Tom Lane
2011-10-12
*
Replace hardcoded switch in object_exists() with a lookup table.
Robert Haas
2011-10-11
*
ProcedureCreate neglected to record dependencies on default expressions.
Tom Lane
2011-10-03
*
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-21
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Implement the information schema with_hierarchy column
Peter Eisentraut
2011-08-27
*
Fix multiple bugs in extension dropping.
Tom Lane
2011-08-24
*
Fix handling of extension membership when filling in a shell operator.
Tom Lane
2011-08-22
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.
Robert Haas
2011-08-11
*
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
*
Unbreak unlogged tables.
Robert Haas
2011-07-22
[next]