index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.
Tom Lane
2012-10-04
*
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
*
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-09-20
*
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-12
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Comment fixes.
Robert Haas
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
*
Disallow extensions from owning the schema they are assigned to.
Tom Lane
2012-08-15
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Fix typo in comment
Alvaro Herrera
2012-08-08
*
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Skip text->binary conversion of unnecessary columns in contrib/file_fdw.
Tom Lane
2012-07-12
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-29
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Repair comment mangled by a pgindent run long ago
Alvaro Herrera
2012-06-21
*
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-19
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Add more message pluralization
Peter Eisentraut
2012-06-15
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
*
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
*
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Fix DROP TABLESPACE to unlink symlink when directory is not there.
Tom Lane
2012-05-13
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
*
Make "unexpected EOF" messages DEBUG1 unless in an open transaction
Magnus Hagander
2012-05-07
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
*
Casts to or from a domain type are ignored; warn and document.
Robert Haas
2012-04-24
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Rearrange lazy_scan_heap to avoid visibility map race conditions.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
After PageSetAllVisible, use MarkBufferDirty.
Robert Haas
2012-04-18
[next]