index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Treat ENOTDIR as ENOENT when looking for client certificate file
Magnus Hagander
2011-12-03
*
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-02
*
Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.
Robert Haas
2011-12-01
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
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-29
*
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-29
*
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-28
*
Make some minor formatting improvements to what pgindent did.
Tom Lane
2011-11-28
*
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-27
*
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
2011-11-26
*
Take fillfactor into account in the new COPY bulk heap insert code.
Heikki Linnakangas
2011-11-26
*
Fix unvalidated check constraints on domains, too
Alvaro Herrera
2011-11-25
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Allow pg_upgrade to upgrade clusters that use exclusion contraints by
Bruce Momjian
2011-11-25
*
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
*
Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
Tom Lane
2011-11-25
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Dump an unvalidated constraint separately from its table
Alvaro Herrera
2011-11-24
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
*
Adjust range_adjacent to support different canonicalization rules.
Tom Lane
2011-11-23
*
Creator of a range type must have permission to call support functions.
Tom Lane
2011-11-23
[next]