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
2012-05-26
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-25
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-25
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-15
Fix bug in to_tsquery().
Heikki Linnakangas
2012-05-13
Fix DROP TABLESPACE to unlink symlink when directory is not there.
Tom Lane
2012-05-12
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-11
Remove extraneous #include "storage/proc.h"
Simon Riggs
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Fix Windows implementation of PGSemaphoreLock.
Tom Lane
2012-05-09
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Joe Conway
2012-05-09
Avoid xid error from age() function when run on Hot Standby
Simon Riggs
2012-04-27
Fix printing of whole-row Vars at top level of a SELECT targetlist.
Tom Lane
2012-04-27
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-25
Fix edge-case behavior of pg_next_dst_boundary().
Tom Lane
2012-04-18
Revert recent commit re positional arguments.
Andrew Dunstan
2012-04-18
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Robert Haas
2012-04-17
Don't override arguments set via options with positional arguments.
Andrew Dunstan
2012-04-11
Clamp indexscan filter condition cost estimate to be not less than zero.
Tom Lane
2012-04-09
Fix an Assert that turns out to be reachable after all.
Tom Lane
2012-04-08
set_stack_base() no longer needs to be called in PostgresMain.
Heikki Linnakangas
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-06
Fix misleading output from gin_desc().
Tom Lane
2012-04-04
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-03-31
Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.
Tom Lane
2012-03-31
Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.
Tom Lane
2012-03-29
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-25
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-22
Fix GET DIAGNOSTICS for case of assignment to function's first variable.
Tom Lane
2012-03-21
Don't allow CREATE TABLE AS to put relations in pg_global.
Robert Haas
2012-03-17
Honor inputdir and outputdir when converting regression files.
Andrew Dunstan
2012-03-11
ecpg: Fix off-by-one error in memory copying
Peter Eisentraut
2012-03-11
ecpg: Fix rare memory leaks
Peter Eisentraut
2012-03-11
psql: Fix invalid memory access
Peter Eisentraut
2012-02-26
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-23
Stamp 9.0.7.
REL9_0_7
Tom Lane
2012-02-23
Convert newlines to spaces in names written in pg_dump comments.
Tom Lane
2012-02-23
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
Translation updates
Peter Eisentraut
2012-02-23
Remove inappropriate quotes
Peter Eisentraut
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-02-21
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-20
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-13
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-11
Fix I/O-conversion-related memory leaks in plpgsql.
Tom Lane
2012-02-10
Fix brain fade in previous pg_dump patch.
Tom Lane
[next]