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
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-02-07
Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.
Heikki Linnakangas
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-06
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-04
Make handling of errcodes.h more consistent with other generated headers.
Robert Haas
2011-02-04
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
Simplify code used in is_absolute_path() macro; also add comment about
Bruce Momjian
2011-02-03
Rename function to first_path_var_separator() to clarify it works with
Bruce Momjian
2011-02-01
Add validator to PL/Python
Peter Eisentraut
2011-02-01
Undefine setlocale() macro on Win32
Magnus Hagander
2011-02-01
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-01-31
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-31
Fix typo
Andrew Dunstan
2011-01-31
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-30
Add option to include WAL in base backup
Magnus Hagander
2011-01-26
autoreconf
Peter Eisentraut
2011-01-25
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-23
Make walsender options order-independent
Magnus Hagander
2011-01-23
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-22
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-15
Move a couple of declarations to reflect where the routines really are.
Tom Lane
2011-01-15
Treat a WAL sender process that hasn't started streaming yet as a regular
Heikki Linnakangas
2011-01-14
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
2011-01-14
Exit from base backups when shutdown is requested
Magnus Hagander
2011-01-14
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-13
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-11
Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander
2011-01-10
Backend support for streaming base backups
Magnus Hagander
2011-01-09
Split pg_start_backup() and pg_stop_backup() into two pieces
Magnus Hagander
2011-01-09
Fix up core tsquery GIN support for new extractQuery API.
Tom Lane
2011-01-09
Add pgreadlink() on Windows to read junction points
Magnus Hagander
2011-01-09
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-08
Remove pg_am.amindexnulls.
Tom Lane
2011-01-08
Refactor GIN's handling of duplicate search entries.
Tom Lane
2011-01-08
Fix the built-in GIN support procedure declarations in pg_proc.h.
Tom Lane
2011-01-08
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
Document pg_stat_replication, bump catversion since that was overlooked.
Robert Haas
2011-01-07
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro
2011-01-05
Give superusers REPLIACTION permission by default
Magnus Hagander
2011-01-04
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
Bump catversion, forgot in previous commit.
Magnus Hagander
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-02
Implement remaining fields of information_schema.sequences view
Peter Eisentraut
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
[next]