index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2015-03-25
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
Add OID output argument to DefineTSConfiguration
Alvaro Herrera
2015-03-24
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-20
C comment: update lock level mention in comment
Bruce Momjian
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-11
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-02-27
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-23
Support more commands in event triggers
Alvaro Herrera
2015-02-22
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-28
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-26
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-22
Fix whitespace
Peter Eisentraut
2015-01-22
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
[next]