index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Age
Commit message (
Expand
)
Author
2015-05-24
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-03-05
Fix user mapping object description
Alvaro Herrera
2014-07-15
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-06-04
Fix longstanding bug in HeapTupleSatisfiesVacuum().
Andres Freund
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2013-11-06
Prevent creating window functions with default arguments.
Tom Lane
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-06-09
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Tom Lane
2013-01-28
DROP OWNED: don't try to drop tablespaces/databases
Alvaro Herrera
2012-12-10
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-10-03
REASSIGN OWNED: consider grants on tablespaces, too
Alvaro Herrera
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2011-12-20
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-10-14
Fix bugs in information_schema.referential_constraints view.
Tom Lane
2011-10-03
ProcedureCreate neglected to record dependencies on default expressions.
Tom Lane
2011-06-13
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-04-20
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-19
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-15
Prevent incorrect updates of pg_index while reindexing pg_index itself.
Tom Lane
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-02-15
Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.
Tom Lane
2011-01-20
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2010-11-12
Add missing support for removing foreign data wrapper / server privileges
Heikki Linnakangas
2010-11-02
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-10-20
Remove obsolete comment, per Josh Kupershmidt.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-08-26
Improve wording for privilege description on certain failure messages; the
Alvaro Herrera
2010-08-13
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-09
Remove stray word from comment.
Robert Haas
2010-05-13
Fix vpath installation from distribution tarball (bug #5447)
Peter Eisentraut
2010-05-11
Set per-function GUC settings during validating the function.
Itagaki Takahiro
2010-04-28
Modify information_schema._pg_keysequal() to avoid search path risk when
Tom Lane
2010-04-26
Reorder pg_stat_activity columns to be more consistent, using layout
Bruce Momjian
2010-04-20
Arrange for client authentication to occur before we select a specific
Tom Lane
2010-04-15
Update XML features list
Peter Eisentraut
2010-04-05
Arrange to remove pg_default_acl entries completely if their ACL setting
Tom Lane
2010-04-05
Fix updateAclDependencies() to not assume that ACL role dependencies can only
Tom Lane
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-19
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-06
Fix warning messages in restrict_and_check_grant() to include the column name
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
[next]