summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-26Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane
2012-05-25Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane
2012-05-25Use binary search instead of brute-force scan in findNamespace().Tom Lane
2012-05-22Ensure that seqscans check for interrupts at least once per page.Tom Lane
2012-05-15Fix bug in to_tsquery().Heikki Linnakangas
2012-05-13Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane
2012-05-12Ensure backwards compatibility for GetStableLatestTransactionId()Simon Riggs
2012-05-11Remove extraneous #include "storage/proc.h"Simon Riggs
2012-05-11Ensure age() returns a stable value rather than the latest valueSimon Riggs
2012-05-10Fix Windows implementation of PGSemaphoreLock.Tom Lane
2012-05-09PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway
2012-05-09Avoid xid error from age() function when run on Hot StandbySimon Riggs
2012-04-27Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane
2012-04-27Fix syslogger's rotation disable/re-enable logic.Tom Lane
2012-04-25Fix edge-case behavior of pg_next_dst_boundary().Tom Lane
2012-04-18Revert recent commit re positional arguments.Andrew Dunstan
2012-04-18Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-11Clamp indexscan filter condition cost estimate to be not less than zero.Tom Lane
2012-04-09Fix an Assert that turns out to be reachable after all.Tom Lane
2012-04-08set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-04-06Fix misleading output from gin_desc().Tom Lane
2012-04-04Fix syslogger to not lose log coherency under high load.Tom Lane
2012-03-31Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.Tom Lane
2012-03-31Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.Tom Lane
2012-03-29Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs
2012-03-25Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane
2012-03-24Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane
2012-03-22Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane
2012-03-21Don't allow CREATE TABLE AS to put relations in pg_global.Robert Haas
2012-03-17Honor inputdir and outputdir when converting regression files.Andrew Dunstan
2012-03-11ecpg: Fix off-by-one error in memory copyingPeter Eisentraut
2012-03-11ecpg: Fix rare memory leaksPeter Eisentraut
2012-03-11psql: Fix invalid memory accessPeter Eisentraut
2012-02-26Fix some more bugs in GIN's WAL replay logic.Tom Lane
2012-02-23Stamp 9.0.7.REL9_0_7Tom 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-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-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 brain fade in previous pg_dump patch.Tom Lane