index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
initdb needs pqsignal() even on Windows.
Tom Lane
2013-03-17
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
*
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-10
*
Forgot catversion bump in the SP-GiST adjacent support patch.
Heikki Linnakangas
2013-03-08
*
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Fix missing #include in commands/matview.h.
Tom Lane
2013-03-06
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Bump catversion because of new function in the materialized view patch.
Kevin Grittner
2013-03-05
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Get rid of any toast table when converting a table to a view.
Tom Lane
2013-03-03
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Install headers from the new src/include/common subdirectory.
Tom Lane
2013-02-26
*
Add pg_xlogdump contrib program
Alvaro Herrera
2013-02-22
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Tom Lane
2013-02-21
*
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-18
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
*
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-24
[next]