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
*
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
*
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-02-02
*
Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.
Simon Riggs
2013-02-02
*
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-02-02
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
*
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-02-01
*
Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Alvaro Herrera
2013-02-01
*
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-31
*
PL/Tcl: Fix compiler warnings with Tcl 8.6
Peter Eisentraut
2013-01-31
*
Restrict infomask bits to set on multixacts
Alvaro Herrera
2013-01-31
*
Switch timelines if we crash soon after promotion.
Simon Riggs
2013-01-31
*
Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Tom Lane
2013-01-31
*
Properly zero-pad the day-of-year part of the win32 build number
Magnus Hagander
2013-01-31
*
Don't use spi_priv.h in plpython.
Tom Lane
2013-01-30
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-30
*
pg_regress: Allow overriding diff options
Peter Eisentraut
2013-01-29
*
entab: Fix some compiler warnings
Peter Eisentraut
2013-01-29
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't
Heikki Linnakangas
2013-01-29
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
REASSIGN OWNED: handle shared objects, too
Alvaro Herrera
2013-01-28
*
DROP OWNED: don't try to drop tablespaces/databases
Alvaro Herrera
2013-01-28
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
*
Made ecpglib use translated messages.
Michael Meskes
2013-01-27
*
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
*
Update comments in new DROP IF EXISTS code; commit message update
Bruce Momjian
2013-01-26
*
Update LookupExplicitNamespace() comments; commit message update
Bruce Momjian
2013-01-26
*
Issue ERROR if FREEZE mode can't be honored by COPY
Bruce Momjian
2013-01-26
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Make it easy to time out pg_isready, and make the default 3 seconds.
Robert Haas
2013-01-25
*
Add prosecdef to \df+ output.
Heikki Linnakangas
2013-01-25
*
Add some randomness to the choice of which GiST page to insert to.
Heikki Linnakangas
2013-01-25
*
Make pg_dump exclude unlogged table data on hot standby slaves
Magnus Hagander
2013-01-25
*
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2013-01-25
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-24
*
Make output identical to pg_resetxlog's
Alvaro Herrera
2013-01-24
*
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-24
*
Also fix rotation of csvlog on Windows.
Heikki Linnakangas
2013-01-24
*
Fix failure to rotate postmaster log file for size reasons on Windows.
Tom Lane
2013-01-23
*
isolationtester: add a few fflush(stderr) calls
Alvaro Herrera
2013-01-23
*
pg_isready
Robert Haas
2013-01-23
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update comments and output for event_trigger regression test.
Robert Haas
2013-01-23
*
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
[next]