summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-23Stamp 9.1.3.REL9_1_3Tom Lane
2012-02-23Convert newlines to spaces in names written in pg_dump comments.Tom Lane
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-23Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane
2012-02-23Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2012-02-23Remove inappropriate quotesPeter Eisentraut
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2012-02-22Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs
2012-02-21Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane
2012-02-21Avoid double close of file handle in syslogger on win32Magnus Hagander
2012-02-20Fix regex back-references that are directly quantified with *.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2012-02-11Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane
2012-02-10Fix oversight in pg_dump's handling of extension configuration tables.Tom Lane
2012-02-10Fix brain fade in previous pg_dump patch.Tom Lane
2012-02-10Fix pg_dump for better handling of inherited columns.Tom Lane
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-02-06Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane
2012-02-06Avoid problems with OID wraparound during WAL replay.Tom Lane
2012-02-06fe-misc.c depends on pg_config_paths.hAlvaro Herrera
2012-02-05Fix transient clobbering of shared buffers during WAL replay.Tom Lane
2012-02-01Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-29Fix pushing of index-expression qualifications through UNION ALL.Tom Lane
2012-01-29Fix handling of init_plans list in inheritance_planner().Tom Lane
2012-01-28Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane
2012-01-18Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2012-01-06Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane
2012-01-06Fix variable confusion in BufferSync().Robert Haas
2012-01-05Fix breakage from earlier plperl fix.Andrew Dunstan
2012-01-05Work around perl bug in SvPVutf8().Andrew Dunstan
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2012-01-02Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane
2011-12-21Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2011-12-20Avoid crashing when we have problems unlinking files post-commit.Tom Lane
2011-12-18In ecpg removed old leftover check for given connection name.Michael Meskes
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-12-04Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes
2011-12-03Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander
2011-12-01Stamp 9.1.2.REL9_1_2Tom Lane