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
2023-01-19
Keep perl style checker happy
Andrew Dunstan
2023-01-19
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2018-08-03
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-05-24
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-01
Use ereport not elog for some corrupt-HOT-chain reports.
Tom Lane
2017-10-27
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-23
Fix some oversights in expression dependency recording.
Tom Lane
2017-08-15
Include foreign tables in information_schema.table_privileges
Peter Eisentraut
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-05-26
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-08
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-11-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-06-13
Fix multiple minor infelicities in aclchk.c error reports.
Tom Lane
2016-05-06
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2015-12-21
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-05-24
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
Tom Lane
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-03-03
Add comment for "is_internal" parameter
Alvaro Herrera
2015-02-18
Fix object identities for pg_conversion objects
Alvaro Herrera
2014-11-11
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-08-11
Fix failure to follow the directions when "init" fork was added.
Fujii Masao
2014-08-07
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
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-04-16
Fix object identities for text search objects
Alvaro Herrera
2014-03-17
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
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
2014-01-10
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2013-12-20
Avoid useless palloc during transaction commit
Alvaro Herrera
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-09
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Tom Lane
2013-06-05
Update SQL features list
Peter Eisentraut
2013-06-03
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-05-30
Remove whitespace from end of lines
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
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-11
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
[next]