summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2001-11-12Indent new rename.c for Tom Lane.Bruce Momjian
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-12Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-11-01Reject tabs and linefeeds in usernames and passwords that are beingTom Lane
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Fix a couple of places where lack of parenthesization of a castTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-13Mention createlang when language not installed, per problem report.Bruce Momjian
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-08Make ALTER TABLE RENAME COLUMN update column names of indexes thatTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-04Consider interpreting a function call as a trivial (binary-compatible)Tom Lane
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-10-02Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane
2001-09-19Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut
2001-09-19Replace useless strcasecmp's by strcmp's.Peter Eisentraut
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-09-08Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-09-07Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-09-04Fix comment, add Assert.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-08-06Modify partial-index-predicate applicability tester to test whetherTom Lane
2001-08-04Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian
2001-08-04Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian
2001-08-04Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane
2001-08-03For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane
2001-08-02Fix some poor decisions about sizing of trigger-related memory contexts.Tom Lane