postgresql/src/backend/commands
Alvaro Herrera a730183926 Move relpath() to libpgcommon
This enables non-backend code, such as pg_xlogdump, to use it easily.
The previous location, in src/backend/catalog/catalog.c, made that
essentially impossible because that file depends on many backend-only
facilities; so this needs to live separately.
2013-02-21 22:46:17 -03:00
..
aggregatecmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
alter.c Add support for ALTER RULE ... RENAME TO. 2013-02-08 23:58:40 -05:00
analyze.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
async.c Fix bogus when-to-deregister-from-listener-array logic. 2013-02-13 12:48:05 -05:00
cluster.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
collationcmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
comment.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
constraint.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
conversioncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
copy.c Adjust COPY FREEZE error message to be more accurate and consistent. 2013-02-02 12:56:52 -05:00
createas.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dbcommands.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
define.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
discard.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dropcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
event_trigger.c Fix a few small bugs in yesterday's event trigger patch. 2013-01-22 21:37:01 -05:00
explain.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
extension.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
foreigncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
functioncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
indexcmds.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
lockcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Syntax support and documentation for event triggers. 2012-07-18 10:16:16 -04:00
opclasscmds.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
operatorcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
portalcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
prepare.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
proclang.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
schemacmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
seclabel.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
sequence.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
tablecmds.c Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
tablespace.c Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
trigger.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
tsearchcmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
typecmds.c Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
user.c Add ALTER ROLE ALL SET command 2013-02-17 23:45:36 -05:00
vacuum.c Fix typo in freeze_table_age implementation 2013-02-01 12:00:40 -03:00
vacuumlazy.c Update visibility map in the second phase of vacuum. 2013-02-13 17:52:10 +02:00
variable.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
view.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00