You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/commands
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 24 years ago
aggregatecmds.c pgindent run. 24 years ago
analyze.c Instead of storing pg_statistic stavalues entries as text strings, store 23 years ago
async.c Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 23 years ago
cluster.c Add start time to pg_stat_activity 23 years ago
comment.c This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 23 years ago
copy.c Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
dbcommands.c Add Win32 path handling for / vs. \ and drive letters. 23 years ago
define.c Provide an upgrade strategy for dump files containing functions declared 24 years ago
explain.c Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO 23 years ago
functioncmds.c Remove restriction that cast functions cannot be volatile. This 23 years ago
indexcmds.c Fix obsolete error message (isImmutable doesn't exist). 23 years ago
lockcmds.c pgindent run. 24 years ago
opclasscmds.c Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
operatorcmds.c pgindent run. 24 years ago
portalcmds.c This patch implements holdable cursors, following the proposal 23 years ago
prepare.c Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 23 years ago
proclang.c Provide an upgrade strategy for dump files containing functions declared 24 years ago
schemacmds.c More cleanup of userid to be AclId rather than Oid. 23 years ago
sequence.c Fix sequence casting. 23 years ago
tablecmds.c Fix ALTER TABLE / CLUSTER ON breakage. 23 years ago
trigger.c The following patch cleans up the deferred trigger mechanism. There is 23 years ago
typecmds.c Remove extraneous semicolons. 23 years ago
user.c Get rid of last few unadorned 'permission denied' messages. 23 years ago
vacuum.c Reimplement free-space-map management as per recent discussions. 23 years ago
vacuumlazy.c Reimplement free-space-map management as per recent discussions. 23 years ago
variable.c Fix assign_session_authorization() to not be confused by all-numeric 23 years ago
view.c Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago