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
Age
Commit message (
Expand
)
Author
2011-01-14
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-13
Revert incorrect memory-conservation hack in inheritance_planner().
Tom Lane
2011-01-13
Make sure walsender state is only read while holding the spinlock
Magnus Hagander
2011-01-13
Fix the logic in libpqrcv_receive() to determine if there's any incoming data
Heikki Linnakangas
2011-01-13
Workaround for recursive make breakage
Peter Eisentraut
2011-01-13
Don't run regression tests in SQL_ASCII encoding by default
Peter Eisentraut
2011-01-13
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
Revert patch adding support for logging the current role.
Robert Haas
2011-01-12
Add support for logging the current role.
Robert Haas
2011-01-12
Unbreak regression tests, apparently broken by commit 4c8e20f
Andrew Dunstan
2011-01-11
Re-add recursive coverage target in src/backend/
Peter Eisentraut
2011-01-11
Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander
2011-01-11
Add missing function prototype, for consistency
Magnus Hagander
2011-01-11
Adjust basebackup.c to suppress compiler warnings.
Tom Lane
2011-01-11
Tweak create_index_paths()'s test for whether to consider a bitmap scan.
Tom Lane
2011-01-11
Reset walsender ps title in the main loop
Magnus Hagander
2011-01-10
Set process title to indicate base backup is running
Magnus Hagander
2011-01-10
Leave temporary files out of streaming base backups.
Heikki Linnakangas
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 crash in the new GiST insertion code, when an update splits the root page.
Heikki Linnakangas
2011-01-09
Fix up core tsquery GIN support for new extractQuery API.
Tom Lane
2011-01-09
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
2011-01-09
Ensure the directory for gram.h is created on win32
Magnus Hagander
2011-01-09
Properly install gram.h on MSVC builds
Magnus Hagander
2011-01-09
Add pgreadlink() on Windows to read junction points
Magnus Hagander
2011-01-09
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-09
Fix up gincostestimate for new extractQuery API.
Tom Lane
2011-01-08
In ecpg's parser removed a fixed length limit for constants defining an array...
Michael Meskes
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 pg_upgrade of large object permissions by preserving pg_auth.oid,
Bruce Momjian
2011-01-08
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
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
Improve recovery.conf.sample comments.
Robert Haas
2011-01-07
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro
2011-01-07
Improve C comments about backend variables set by pg_upgrade_support
Bruce Momjian
2011-01-06
Update sequence_1.out for recent changes in sequence regression test.
Tom Lane
2011-01-05
Clarify pg_upgrade's creation of the map file structure. Also clean
Bruce Momjian
2011-01-05
Give superusers REPLIACTION permission by default
Magnus Hagander
2011-01-04
Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.
Itagaki Takahiro
2011-01-04
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
Update comments in RecordTransactionCommit() to mention unlogged tables.
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-03
perltidy run on the MSVC build system
Magnus Hagander
2011-01-02
Implement remaining fields of information_schema.sequences view
Peter Eisentraut
[next]