index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Age
Commit message (
Expand
)
Author
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-03-30
Generated columns
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-25
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
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-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-04-15
Simplify view-expansion code in rewriteHandler.c.
Tom Lane
2018-04-14
Fix enforcement of SELECT FOR UPDATE permissions with nested views.
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-09
Fix typo in comment.
Heikki Linnakangas
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-31
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-14
Remove pg_class.relhaspkey
Peter Eisentraut
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-24
RLS comment fixes.
Dean Rasheed
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-10-13
Improve implementation of CRE-stack-flattening in map_variable_attnos().
Tom Lane
2017-10-12
Avoid coercing a whole-row variable that is already coerced.
Robert Haas
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
[next]