Commit Graph

357 Commits (dd0183469bb779247c96e86c2272dca7ff4ec9e7)

Author SHA1 Message Date
Bruce Momjian a18331004a Add start time to pg_stat_activity 23 years ago
Tom Lane a455c94257 Prevent clustering on incomplete indexes: partial indexes are verboten, 23 years ago
Tom Lane 39b7ec3309 Create a distinction between Lists of integers and Lists of OIDs, to get 23 years ago
Tom Lane 896bd121cc Code review for transaction-safe-TRUNCATE patch: minor cleanups. 23 years ago
Tom Lane a03c0d93d5 Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction 23 years ago
Bruce Momjian 05a6b37912 Re-addd Rod's ALTER DOMAIN patch. 23 years ago
Bruce Momjian 5b4c16e099 Back out ALTER DOMAIN patch until missing file appears. 23 years ago
Bruce Momjian 853153ca6d ALTER DOMAIN .. SET / DROP NOT NULL 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian 93902e9521 Make usesysid consistently int4, not oid. 23 years ago
Tom Lane 4c61c827d3 Fix compile warnings from truncate patch. 23 years ago
Bruce Momjian d46f3de363 Transaction safe Truncate 23 years ago
Bruce Momjian c4501ec551 Remove ALL from CLUSTER ALL. Use just CLUSTER. 23 years ago
Bruce Momjian 8bc717cb88 New version attached. The following is implemented: 23 years ago
Tom Lane f9b5b41ef9 Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago
Bruce Momjian ebb531836a Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] 23 years ago
Tom Lane e02d1abee6 During swap_relfilenodes, swap relation size statistic fields along with 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane ab82bde7e0 Code review and documentation updates for indisclustered patch. 23 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 23 years ago
Bruce Momjian c0ad595386 I attach a little patch to make CLUSTER set and reset the indisclustered 23 years ago
Tom Lane e44beef712 Code review of CLUSTER patch. Clean up problems with relcache getting 23 years ago
Bruce Momjian d1c6416223 Update with newer version of CLUSTER patch posted August 8. 23 years ago
Bruce Momjian 7dc40a2be0 Major improvement in CLUSTER which preserves table characteristics using 23 years ago
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Tom Lane 71dc300a37 The contents of command.c, creatinh.c, define.c, remove.c and rename.c 24 years ago
Tom Lane d51675169f Make renamerel take an OID, not a RangeVar, to identify the relation 24 years ago
Tom Lane 3114102521 Reimplement temp tables using schemas. The temp table map is history; 24 years ago
Tom Lane d67442ccfd Mop-up some infelicities in new relation lookup handling. 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables 24 years ago
Tom Lane 7863404417 A bunch of changes aimed at reducing backend startup time... 24 years ago
Tom Lane 3b6cbce458 Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane f933766ba7 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 24 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 24 years ago
Bruce Momjian 249ecff611 indicies to indexes from Neil Conway 24 years ago
Jan Wieck 8d80b0d980 Statistical system views (yet without the config stuff, but 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 565639cde0 Preserve constraints and column defaults during CLUSTER. 25 years ago
Tom Lane 412cb388b3 Do The Right Thing (tm) if asked to cluster a temp table. Previous 25 years ago
Tom Lane ad0169b1b7 CLUSTER forgot to create a TOAST table for the clustered relation. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 25 years ago