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
2020-09-28
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-11-16
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-12
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-23
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-07
Avoid fetching past the end of the indoption array.
Tom Lane
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-02-07
Use EXECUTE FUNCTION syntax for triggers more
Peter Eisentraut
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
[next]