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
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-23
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
Remove inappropriate quotes
Peter Eisentraut
2012-02-23
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-23
Fix typo in comment.
Robert Haas
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-06
Avoid throwing ERROR during WAL replay of DROP TABLESPACE.
Tom Lane
2012-02-05
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-30
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-27
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-26
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
Make CheckIndexCompatible simpler and more bullet-proof.
Robert Haas
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-18
Fix warning about unused variable
Magnus Hagander
2012-01-16
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-14
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-13
Fix broken logic in lazy_vacuum_heap.
Robert Haas
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-07
Fix backwards logic in previous commit.
Robert Haas
2012-01-07
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-21
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
Take fewer snapshots.
Robert Haas
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-16
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-06
Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.
Robert Haas
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-29
Disallow deletion of CurrentExtensionObject while running extension script.
Tom Lane
2011-11-25
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-23
Creator of a range type must have permission to call support functions.
Tom Lane
[next]