| .. |
|
aggregatecmds.c
|
SQL-standard function body
|
2021-04-07 21:47:55 +02:00 |
|
alter.c
|
Fix bugs in manipulation of large objects.
|
2023-12-15 13:55:05 -05:00 |
|
amcmds.c
|
Fix some typos, grammar and style in docs and comments
|
2021-02-24 16:13:17 +09:00 |
|
analyze.c
|
Don't lose partitioned table reltuples=0 after relhassubclass=f.
|
2024-07-13 08:09:37 -07:00 |
|
async.c
|
Preserve CurrentMemoryContext across notify and sinval interrupts.
|
2024-07-01 12:21:07 -04:00 |
|
cluster.c
|
Make relation-enumerating operations be security-restricted operations.
|
2022-05-09 08:35:12 -07:00 |
|
collationcmds.c
|
Disallow creating an ICU collation if the DB encoding won't support it.
|
2021-09-03 16:39:04 -04:00 |
|
comment.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
constraint.c
|
Pass down "logically unchanged index" hint.
|
2021-01-13 08:11:00 -08:00 |
|
conversioncmds.c
|
Add 'noError' argument to encoding conversion functions.
|
2021-04-01 11:45:22 +03:00 |
|
copy.c
|
Ensure COPY TO on an RLS-enabled table copies no more than it should.
|
2023-03-10 13:52:28 -05:00 |
|
copyfrom.c
|
Ensure we preprocess expressions before checking their volatility.
|
2023-11-16 10:05:14 -05:00 |
|
copyfromparse.c
|
Fix typo in comment.
|
2022-08-26 16:55:02 +09:00 |
|
copyto.c
|
Ensure COPY TO on an RLS-enabled table copies no more than it should.
|
2023-03-10 13:52:28 -05:00 |
|
createas.c
|
In extensions, don't replace objects not belonging to the extension.
|
2022-08-08 11:12:31 -04:00 |
|
dbcommands.c
|
For inplace update durability, make heap_update() callers wait.
|
2024-09-24 15:25:23 -07:00 |
|
define.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
discard.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
dropcmds.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
event_trigger.c
|
Improve handling of dropped objects in pg_event_trigger_ddl_commands()
|
2021-06-14 14:57:22 +09:00 |
|
explain.c
|
Add compute_query_id = regress
|
2022-02-22 10:23:49 +09:00 |
|
extension.c
|
Reject substituting extension schemas or owners matching ["$'\].
|
2023-08-07 06:06:00 -07:00 |
|
foreigncmds.c
|
In extensions, don't replace objects not belonging to the extension.
|
2022-08-08 11:12:31 -04:00 |
|
functioncmds.c
|
Fix handling of polymorphic output arguments for procedures.
|
2024-05-14 20:19:20 -04:00 |
|
indexcmds.c
|
For inplace update durability, make heap_update() callers wait.
|
2024-09-24 15:25:23 -07:00 |
|
lockcmds.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
Makefile
|
Split copy.c into four files.
|
2020-11-23 10:50:50 +02:00 |
|
matview.c
|
Fix assertion if index is dropped during REFRESH CONCURRENTLY
|
2024-02-05 11:03:43 +02:00 |
|
opclasscmds.c
|
Fix DDL deparse of CREATE OPERATOR CLASS
|
2022-05-20 18:52:55 +02:00 |
|
operatorcmds.c
|
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
|
2021-08-17 14:29:22 -04:00 |
|
policy.c
|
Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().
|
2021-06-25 13:59:38 -04:00 |
|
portalcmds.c
|
Fix some anomalies with NO SCROLL cursors.
|
2021-09-10 13:18:32 -04:00 |
|
prepare.c
|
Centralize the logic for protective copying of utility statements.
|
2021-06-18 11:22:58 -04:00 |
|
proclang.c
|
Update copyright for 2021
|
2021-01-02 13:06:25 -05:00 |
|
publicationcmds.c
|
Invalidate all partitions for a partitioned table in publication.
|
2021-09-22 08:13:37 +05:30 |
|
schemacmds.c
|
Replace last PushOverrideSearchPath() call with set_config_option().
|
2023-05-08 06:14:11 -07:00 |
|
seclabel.c
|
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
|
2021-10-14 12:24:22 -07:00 |
|
sequence.c
|
Fix pg_sequence_last_value() for unlogged sequences on standbys.
|
2024-05-13 15:54:14 -05:00 |
|
statscmds.c
|
Lock table in DROP STATISTICS
|
2023-11-19 21:04:28 +01:00 |
|
subscriptioncmds.c
|
Fix the errhint message and docs for drop subscription failure.
|
2023-06-21 10:23:09 +05:30 |
|
tablecmds.c
|
Remove NULL dereference from RenameRelationInternal().
|
2024-09-29 15:54:29 -07:00 |
|
tablespace.c
|
Fix replay of create database records on standby
|
2022-07-28 08:26:05 +02:00 |
|
trigger.c
|
Don't throw an error if a queued AFTER trigger no longer exists.
|
2024-06-20 14:21:36 -04:00 |
|
tsearchcmds.c
|
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
|
2024-01-31 13:16:47 +09:00 |
|
typecmds.c
|
Fix use-after-free with multirange types in CREATE TYPE
|
2021-10-13 16:38:15 +09:00 |
|
user.c
|
Change some errdetail() to errdetail_internal()
|
2022-09-28 17:14:53 +02:00 |
|
vacuum.c
|
Fix data loss at inplace update after heap_update().
|
2024-09-24 15:25:23 -07:00 |
|
variable.c
|
Revert "Allow parallel workers to cope with a newly-created session user ID."
|
2024-07-31 20:55:51 -04:00 |
|
view.c
|
In extensions, don't replace objects not belonging to the extension.
|
2022-08-08 11:12:31 -04:00 |