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
*
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-29
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
REASSIGN OWNED: consider grants on tablespaces, too
Alvaro Herrera
2012-10-03
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Forgot an #include in the previous patch :-(
Alvaro Herrera
2012-07-03
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
*
Ignore missing schemas during non-interactive assignment of search_path.
Tom Lane
2012-04-11
*
Fix some issues with temp/transient tables in extension scripts.
Tom Lane
2012-03-08
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
More cleanup after failed reduced-lock-levels-for-DDL feature.
Tom Lane
2011-10-21
*
Fix bugs in information_schema.referential_constraints view.
Tom Lane
2011-10-14
*
Don't mark auto-generated types as extension members.
Tom Lane
2011-10-12
*
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
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
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
*
Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.
Robert Haas
2011-08-11
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Unbreak unlogged tables.
Robert Haas
2011-07-22
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Fix crash in CREATE UNLOGGED TABLE.
Robert Haas
2011-06-17
*
Fix typo
Alvaro Herrera
2011-06-16
*
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-13
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2011-06-05
*
Handle domains when checking for recursive inclusion of composite types.
Tom Lane
2011-06-02
*
Avoid creating init fork for unlogged indexes when it already exists.
Robert Haas
2011-06-02
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
*
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
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Fix use of incorrect constant RemoveRoleFromObjectACL.
Robert Haas
2011-04-20
*
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
*
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
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
*
Prevent incorrect updates of pg_index while reindexing pg_index itself.
Tom Lane
2011-04-15
*
Fix toast table creation.
Robert Haas
2011-04-13
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
[next]