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.
Neil Conway
1d812a98b4
Add a new tuplestore API function, tuplestore_putvalues(). This is
...
identical to tuplestore_puttuple(), except it operates on arrays of
Datums + nulls rather than a fully-formed HeapTuple. In several places
that use the tuplestore API, this means we can avoid creating a
HeapTuple altogether, saving a copy.
18 years ago
..
Makefile
Refactor backend makefiles to remove lots of duplicate code
18 years ago
aggregatecmds.c
Update copyrights in source tree to 2008.
18 years ago
alter.c
Support ALTER TYPE RENAME. Petr Jelinek
18 years ago
analyze.c
Improve error messages emitted when VACUUM and ANALYZE skip a table.
18 years ago
async.c
Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing
18 years ago
cluster.c
Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these
18 years ago
comment.c
Update copyrights in source tree to 2008.
18 years ago
conversioncmds.c
Update copyrights in source tree to 2008.
18 years ago
copy.c
Improve efficiency of attribute scanning in CopyReadAttributesCSV.
18 years ago
dbcommands.c
Update copyrights in source tree to 2008.
18 years ago
define.c
Update copyrights in source tree to 2008.
18 years ago
discard.c
Update copyrights in source tree to 2008.
18 years ago
explain.c
Update copyrights in source tree to 2008.
18 years ago
functioncmds.c
Update copyrights in source tree to 2008.
18 years ago
indexcmds.c
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
18 years ago
lockcmds.c
Update copyrights in source tree to 2008.
18 years ago
opclasscmds.c
Update copyrights in source tree to 2008.
18 years ago
operatorcmds.c
Update copyrights in source tree to 2008.
18 years ago
portalcmds.c
Add a couple of missing FreeQueryDesc calls. Noticed while testing a
18 years ago
prepare.c
Add a new tuplestore API function, tuplestore_putvalues(). This is
18 years ago
proclang.c
Update copyrights in source tree to 2008.
18 years ago
schemacmds.c
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
18 years ago
sequence.c
Update copyrights in source tree to 2008.
18 years ago
tablecmds.c
Support ALTER TYPE RENAME. Petr Jelinek
18 years ago
tablespace.c
Update copyrights in source tree to 2008.
18 years ago
trigger.c
Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events
18 years ago
tsearchcmds.c
Update copyrights in source tree to 2008.
18 years ago
typecmds.c
Support ALTER TYPE RENAME. Petr Jelinek
18 years ago
user.c
Use new errdetail_log() mechanism to provide a less klugy way of reporting
18 years ago
vacuum.c
We no longer need a snapshot set after opening the finishing transaction: this
18 years ago
vacuumlazy.c
Fix various infelicities that have snuck into usage of errdetail() and
18 years ago
variable.c
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
18 years ago
view.c
Update copyrights in source tree to 2008.
18 years ago