index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-02-23
Stamp 9.1.3.
REL9_1_3
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
Allow MinGW builds to use standardly-named OpenSSL libraries.
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-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
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 oversight in pg_dump's handling of extension configuration tables.
Tom Lane
2012-02-10
Fix brain fade in previous pg_dump patch.
Tom Lane
2012-02-10
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-08
Throw error sooner for unlogged GiST indexes.
Tom Lane
2012-02-06
Fix postmaster to attempt restart after a hot-standby crash.
Tom Lane
2012-02-06
Avoid throwing ERROR during WAL replay of DROP TABLESPACE.
Tom Lane
2012-02-06
Avoid problems with OID wraparound during WAL replay.
Tom Lane
2012-02-06
fe-misc.c depends on pg_config_paths.h
Alvaro Herrera
2012-02-05
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-01
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-30
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-29
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
Fix handling of init_plans list in inheritance_planner().
Tom Lane
2012-01-28
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-18
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-15
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-06
Fix pg_restore's direct-to-database mode for INSERT-style table data.
Tom Lane
2012-01-06
Fix variable confusion in BufferSync().
Robert Haas
2012-01-05
Fix breakage from earlier plperl fix.
Andrew Dunstan
2012-01-05
Work around perl bug in SvPVutf8().
Andrew Dunstan
2012-01-04
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-02
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2011-12-21
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-18
In ecpg removed old leftover check for given connection name.
Michael Meskes
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-09
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-07
Fix corner cases in readlink() usage.
Tom Lane
2011-12-07
Avoid using readlink() on platforms that don't support it
Magnus Hagander
2011-12-04
Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda
Michael Meskes
2011-12-03
Treat ENOTDIR as ENOENT when looking for client certificate file
Magnus Hagander
2011-12-01
Stamp 9.1.2.
REL9_1_2
Tom Lane
[next]