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-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
2010-12-31
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-31
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-29
Bump XLOG_PAGE_MAGIC.
Robert Haas
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-27
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
Fix failure of executor/hashjoin.h to compile standalone.
Tom Lane
2010-12-27
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-27
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-12-26
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-25
Add foreign data wrapper error code values for SQL/MED.
Robert Haas
2010-12-23
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-19
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
[next]