index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-19
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-11
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-03
Remove pg_constraint.conincluding
Alvaro Herrera
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-28
Document security implications of qualified names.
Noah Misch
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-14
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-21
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-13
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-09-15
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-15
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
[next]