summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-07Add const qualifiers to node inspection functionsPeter Eisentraut
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Better error reporting if the link target is too longMagnus Hagander
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-06Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas
2011-12-06Make command-line tools smarter about finding a DB to connect to.Robert Haas
2011-12-05Remove troublesome Asserts in cost_mergejoin().Tom Lane
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-12-04Add a \setenv command to psql.Andrew Dunstan
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-02psql: Make temporary editor files have .sql extensionPeter Eisentraut
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-12-01Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-30Update time zone data files to tzdata release 2011n.Tom Lane
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-30Remove duplicate definition of 'progname'.Tom Lane
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-30Clean up after recent pg_dump patches.Tom Lane
2011-11-29When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-11-29When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane
2011-11-29pg_dump: Add gettext plural support to error messagePeter Eisentraut
2011-11-29plpython: Fix sed expression in python3 buildPeter Eisentraut
2011-11-29pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut
2011-11-29Document that perl needs to be indented during the pgindent run.Bruce Momjian
2011-11-29Make some minor formatting improvements to what pgindent did.Tom Lane
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-28Pgindent clauses.c, per request from Tom.Bruce Momjian
2011-11-28Convert eval_const_expressions's long series of IsA tests into a switch.Tom Lane
2011-11-28Fix some bogosities in pg_dump's foreign-table support.Tom Lane
2011-11-28Add libpq connection option to disable SSL compressionMagnus Hagander
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-28Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan
2011-11-27Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-27Add pg_upgrade test suitePeter Eisentraut
2011-11-27Use the proper macro to convert a bool to a Datum.Tom Lane
2011-11-27Fix MSVC builds broken by xsubpp changeAndrew Dunstan
2011-11-27Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian
2011-11-26Use the right interpreter for encoding test.Andrew Dunstan
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-11-26Make GiST index searches smarter about queries against empty ranges.Tom Lane
2011-11-26Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan
2011-11-26Fix join_path_components() to not add a leading slash when joining to anBruce Momjian