index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
rowsecurity.out
Age
Commit message (
Expand
)
Author
2025-10-27
Add new RLS tests to test policies applied by command type.
Dean Rasheed
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-07
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-07
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-05-08
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-02
Remove logic for converting a table to a view.
Tom Lane
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-22
Add support for security invoker views.
Dean Rasheed
2021-06-18
Fix misbehavior of DROP OWNED BY with duplicate polroles entries.
Tom Lane
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-09-12
Fix usage of whole-row variables in WCO and RLS policy expressions.
Tom Lane
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-24
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-04-12
Revert MERGE patch
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-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-08-01
Suppress less info in regression tests using DROP CASCADE.
Tom Lane
2017-06-14
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-13
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
[next]