index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-06-15
Unbreak MSVC builds for pg_archivecleanup by linking with libpgport
Andrew Dunstan
2010-06-15
Add new GUC categories corresponding to sections in docs, and move
Itagaki Takahiro
2010-06-14
Fix typo in Japanese translation for psql "Use \d+ to list them."
Itagaki Takahiro
2010-06-14
If a corrupt WAL record is received by streaming replication, disconnect
Heikki Linnakangas
2010-06-14
Remove max_standby_delay message from ps display of recovery process
Itagaki Takahiro
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-12
Add missing --use-existing --help mention from regression binary.
Bruce Momjian
2010-06-12
Fix typo/bug, found by Clang compiler
Peter Eisentraut
2010-06-12
Update Python version information
Peter Eisentraut
2010-06-12
Add a regression test case for bug #5497
Peter Eisentraut
2010-06-11
Add missing 'Z' letter to getopt_long call --- the newly added
Tom Lane
2010-06-11
Use "replication" as the database name when constructing a connection
Heikki Linnakangas
2010-06-10
Rename restartpoint_command to archive_cleanup_command.
Itagaki Takahiro
2010-06-10
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
Heikki Linnakangas
2010-06-10
Fix quite-bogus handling of arrays in plpython datum-to-PyObject
Tom Lane
2010-06-10
Quote all string values in EXPLAIN (FORMAT YAML) output.
Robert Haas
2010-06-09
Remove stray word from comment.
Robert Haas
2010-06-09
In standby mode, respect checkpoint_segments in addition to
Heikki Linnakangas
2010-06-09
Make the walwriter close it's handle to an old xlog segment if it's no longer
Magnus Hagander
2010-06-09
Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
Robert Haas
2010-06-09
Fix typo in the header comment. Per request from Masao Fujii.
Tatsuo Ishii
2010-06-07
Avoid useless snprintf() call when update_process_title is turned off.
Tom Lane
2010-06-07
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-04
Added variable handling for RETURNING clause to ecpg.
Michael Meskes
2010-06-04
tag 9.0beta2
REL9_0_BETA2
Marc G. Fournier
2010-06-03
Adjust misleading comment in walsender.c. We try to send all WAL data that's
Tom Lane
2010-06-03
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
Tom Lane
2010-06-03
Translation updates for 9.0beta2
Peter Eisentraut
2010-06-03
Fix some inconsistent quoting of wal_level values in messages
Peter Eisentraut
2010-06-03
Add comments about definitions that may affect PG_CONTROL_VERSION,
Alvaro Herrera
2010-06-03
Fix reference to nonexistent configure option
Peter Eisentraut
2010-06-03
Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...
Tom Lane
2010-06-03
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-06-02
Fix obsolete comments that I neglected to update in a previous patch.
Heikki Linnakangas
2010-06-01
Show schema name for REINDEX.
Bruce Momjian
2010-05-31
Add error hint that PL/pgSQL "EXECUTE of SELECT ... INTO" can be
Bruce Momjian
2010-05-31
Send all outstanding WAL before exiting when smart shutdown is requested.
Heikki Linnakangas
2010-05-30
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
Tom Lane
2010-05-30
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-29
Add C comment that we will have to remove an exclusion constraint check
Bruce Momjian
2010-05-28
Abort a FETCH_COUNT-controlled query if we observe any I/O error on the
Tom Lane
2010-05-28
Fix oversight in the previous patch that made LIKE throw error for \ at the
Tom Lane
2010-05-28
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-05-28
PGDLLEXPORT is __declspec (dllexport) only on MSVC,
Itagaki Takahiro
2010-05-28
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-27
Change ps_status.c to explicitly track the current logical length of ps_buffer.
Tom Lane
2010-05-27
Fix the volatility marking of textanycat() and anytextcat(): they were marked
Tom Lane
2010-05-27
Make CREATE INDEX run expression preprocessing on a proposed index expression
Tom Lane
2010-05-27
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
Itagaki Takahiro
[next]