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
/
include
Age
Commit message (
Expand
)
Author
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
Slightly reorganize struct SnapshotData.
Robert Haas
2012-01-07
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-03
Use a non-locking initial test in TAS_SPIN on PPC.
Tom Lane
2012-01-03
Support for building with MS Visual Studio 2010.
Andrew Dunstan
2012-01-02
Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.
Tom Lane
2012-01-02
Use 4-byte slock_t on both PPC and PPC64.
Tom Lane
2012-01-02
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-27
Remove support for on_exit()
Peter Eisentraut
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-23
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-22
Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c.
Robert Haas
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
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
Forgot catversion bump on previous patch
Alvaro Herrera
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-17
Remove bogus entries in gist point_ops operator class.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
include_if_exists facility for config file.
Andrew Dunstan
2011-12-16
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
Fix typo.
Robert Haas
2011-12-12
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-10
Remove define inadvertantly left over from testing.
Andrew Dunstan
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-07
Add const qualifiers to node inspection functions
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-02
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-28
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
Improve GiST range-contained-by searches by adding a flag for empty ranges.
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
[next]