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