Commit Graph

  • 4f9269cab8 Improvements to the install section of the docs Daniele Varrazzo 2012-11-13 14:07:43 +00:00
  • 673a8ea100 The repack schema is contained in the pg_repack extension Daniele Varrazzo 2012-11-13 14:02:45 +00:00
  • dd72e2ae99 Clarifying the pg_repack scope and its relation with pg_reorg Daniele Varrazzo 2012-11-12 12:44:13 +00:00
  • 6f8a8bab6d support for ENABLE TRIGGER renamed to enable_trigger from alter_table Daniele Varrazzo 2012-11-12 11:51:20 +00:00
  • 532be6ea25 Provide a single way to install pg_repack Daniele Varrazzo 2012-11-12 00:59:04 +00:00
  • ac068cc69b Script to create extension from loose objects dropped altogether Daniele Varrazzo 2012-11-12 00:13:33 +00:00
  • 390feca0e1 Dropped the last compatibility macros for PG 8.2 Daniele Varrazzo 2012-11-11 23:51:46 +00:00
  • a92fefab8a Silence error message during test Daniele Varrazzo 2012-11-11 23:38:38 +00:00
  • 95c196dd33 Have get_quoted_relname(), get_quoted_nspname(), and reorg_drop() sanity check arguments to prevent NULL pointer dereferencing and backend crash. Josh Kupershmidt 2012-11-11 15:24:38 -05:00
  • 7b84eeb010 Get the program and library version from the META file Daniele Varrazzo 2012-11-11 18:30:27 +00:00
  • 71af7f20be Dropped support for building "in tree": always use PGXS Daniele Varrazzo 2012-11-11 17:17:41 +00:00
  • 1d60a946ff Added The Reorg Development Team copyright Daniele Varrazzo 2012-11-11 03:00:00 +00:00
  • db1c554f60 Dropped executable flags Daniele Varrazzo 2012-11-11 02:48:46 +00:00
  • cc622aefae Project homepage set to http://reorg.github.com/pg_repack/ Daniele Varrazzo 2012-11-11 02:38:09 +00:00
  • 1707d3add2 Dropped mention to PG 8.2 in master Daniele Varrazzo 2012-11-11 01:25:19 +00:00
  • b3a86e3fee Documentation converted to reST Daniele Varrazzo 2012-11-11 01:18:04 +00:00
  • 8bd08c4f73 README updated with the pg_repack info Daniele Varrazzo 2012-11-11 01:10:24 +00:00
  • 107a8b1324 Uppercase help metavars Daniele Varrazzo 2012-11-10 23:45:56 +00:00
  • 1852775c48 email and meta updated to pg_repack Daniele Varrazzo 2012-11-10 22:55:02 +00:00
  • b7799c1782 Fork the pg_repack extension Daniele Varrazzo 2012-11-10 22:33:57 +00:00
  • 0f8c33f72f Don't use a generic 'unpackaged' version Daniele Varrazzo 2012-11-10 21:51:17 +00:00
  • bd06ec0091 Program metadata version moved to 1.2dev0 Daniele Varrazzo 2012-11-10 16:08:19 +00:00
  • 41f3c5c0f3 Ignore temporary test files Daniele Varrazzo 2012-11-10 14:20:25 +00:00
  • 16adb3359e Fixed cleanup of init test script Daniele Varrazzo 2012-11-10 14:20:15 +00:00
  • 883b9b5b28 Don't add the schema to the extension Daniele Varrazzo 2012-11-10 13:50:52 +00:00
  • 8b8b859ad3 Create both the standalone and extension sql scripts from the same .in Daniele Varrazzo 2012-11-10 13:49:48 +00:00
  • fd2d231b2c Added META.json for PGXN submission Daniele Varrazzo 2012-09-21 13:22:38 +01:00
  • a2fa346eff Fixed create extension from unpackaged Daniele Varrazzo 2012-09-21 13:02:17 +01:00
  • 69cc976b39 Updated regression tests to use CREATE EXTENSION for PostgreSQL 9.1 or higher. Masahiko Sakamoto 2012-09-20 15:36:47 +00:00
  • e9d4ef2557 Supports CREATE EXTENSION. Masahiko Sakamoto 2012-09-20 15:30:53 +00:00
  • d603c49b40 Get rid of unused getint16() function to quiet compiler. Also, small whitespace fixup. Josh Kupershmidt 2012-11-06 20:30:49 -07:00
  • 841f656012 Skip bgwriter's lock on newly promoted standby servers Daniele Varrazzo 2012-11-06 01:44:36 +00:00
  • 05111376c8 Remove TODO comment about ASC/DESC and NULLS FIRST/LAST index options. Josh Kupershmidt 2012-10-21 16:54:33 -07:00
  • 0942141245 Fix compiler warnings about appendStringInfoVA and appendStringInfoVA_s. Josh Kupershmidt 2012-10-18 20:32:18 -07:00
  • 6c8c532701 Enforce version restriction (8.3+) in the Makefile, and further macro pruning. Josh Kupershmidt 2012-10-17 08:00:47 -07:00
  • 0a87822ee4 Avoid choosing an invalid index as primary key Daniele Varrazzo 2012-10-17 00:01:00 +01:00
  • 9f5c4f55c7 Don't try to rebuild invalid indexes Daniele Varrazzo 2012-10-16 23:29:36 +01:00
  • df12c37edf Add in a call to: ALTER TABLE [table_name] ENABLE ALWAYS TRIGGER z_reorg_trigger Josh Kupershmidt 2012-10-14 10:50:05 -07:00
  • 370e572cfc Get rid of support for PG versions 8.2 and earlier. These have been unsupported for some time, and the #defines do clutter up the codebase. Josh Kupershmidt 2012-09-19 17:04:42 -07:00
  • 2226f2011d Documentation fixes for the English and Japanese HTML doc pages Daniele Varrazzo 2012-09-22 19:58:49 +01:00
  • 59db5d4630 Make ordering of 'Options' printed by pg_reorg --help alphabetical. Josh Kupershmidt 2012-09-19 16:49:03 -07:00
  • bc20ace32b Use quote_identifier() to properly escape column names in UPDATE statement, per report from Dimitrije Radojevic. Josh Kupershmidt 2012-09-18 20:13:21 -07:00
  • 612495ecd6 Print a status message while waiting on old transactions to finish, including a backend PID we are waiting on, so that the user knows pg_reorg is hung and can do something about it. Josh Kupershmidt 2012-09-14 22:07:58 -07:00
  • 2ba1a575ac Add missing PQclear(), and comment touchups. Josh Kupershmidt 2012-09-12 21:16:55 -07:00
  • 957e5ed109 Original maintainers have been invited or added. Daniele Varrazzo 2012-09-22 12:00:22 +01:00
  • dfb30aa496 Added README with description of github.com/reorg Daniele Varrazzo 2012-09-22 11:30:32 +01:00
  • 153d81f50a Take care of warnings for unused parameters Michael Paquier 2012-09-21 09:15:47 +09:00
  • 805c3bb1f7 Add gitignore entries to ensure folder consistency Michael Paquier 2012-09-21 09:12:51 +09:00
  • 55ee42bebf Added missing PQclear(). Masahiko Sakamoto 2012-09-20 07:17:26 +00:00
  • 5e48cf02f9 Fixes to work with 9.3dev. Masahiko Sakamoto 2012-09-20 03:48:53 +00:00
  • f2fed2415d Fixes for 9.2devel. reported by Josh. Masahiko Sakamoto 2012-05-01 06:11:49 +00:00
  • 815dd72774 Fix docs. Takahiro Itagaki 2011-08-07 04:24:39 +00:00
  • aad43aa1ae version 1.1.7. Supports 9.2dev. Takahiro Itagaki 2011-08-07 04:20:23 +00:00
  • 960930b645 Fixed database corruption when target tables have dropped columns, and there are views or functions depending on columns after dropped ones. The issue was reported by depesz, and original patch by Denish Patel. Takahiro Itagaki 2011-04-29 05:06:48 +00:00
  • 830ef422ad work around for 9.1. Takahiro Itagaki 2011-03-03 01:21:40 +00:00
  • 8ec3a085ad Added project configuration files for MSVC 2010 32/64bit. Takahiro Itagaki 2011-01-25 06:41:12 +00:00
  • 232c9bb6c9 Use one of not-null unique keys to identify rows when the target table doesn't have a primary key. Some of users want to use not-null unique keys rather than primary keys because postgres doesn't support REINDEX PRIMARY KEY CONCURRENTLY. Takahiro Itagaki 2011-01-06 09:35:15 +00:00
  • d8d39cc948 Fix memory leak and wrong usage of StringInfo in pgut_connect(). Masahiko Sakamoto 2010-10-21 07:36:13 +00:00
  • 7865250a19 Fixed problem with interactive authentication handling. Masahiko Sakamoto 2010-09-29 07:29:29 +00:00
  • 8ab15f2e72 Add documentation to build the module with pgxs. Takahiro Itagaki 2010-07-09 04:54:27 +00:00
  • d490a1b458 Fix -w and -W options. They were inverted. Takahiro Itagaki 2010-06-18 01:12:28 +00:00
  • 67a5d7b786 Fix a bug that pg_reorg cannot parse index definitions with reserved named columns, i.e, it failed to parse quoted column names. (bug #1010828) Takahiro Itagaki 2010-06-14 05:11:26 +00:00
  • 79757ccb62 version 1.1.2. Takahiro Itagaki 2010-06-01 07:35:01 +00:00
  • 9bed2e6b2e Fix a bug in --username option. Takahiro Itagaki 2010-05-25 04:53:23 +00:00
  • 6e05a366fa Fix double-free bug with -a (--all) option. Takahiro Itagaki 2010-05-14 06:52:45 +00:00
  • 1cd2b095ac pg_reorg 1.1.1. Takahiro Itagaki 2010-04-22 01:29:08 +00:00
  • 78b0a0e374 Fix two bugs. #1010789 : pg_reorg 1.1.0 and "unexpected toast relations" #1010790 : reorg.get_index_keys() does not handle composite indexes Takahiro Itagaki 2010-04-21 09:25:20 +00:00
  • f3873ff55b pg_reorg version 1.1.0. - Add wait-timeout option and use SET statement_timeout instead of NOWAIT. This can avoid infinite NOWAIT loops to reorganize heavily accessed tables. - Support native build with MSVC on Windows. Takahiro Itagaki 2010-03-25 07:13:16 +00:00
  • 8392b9462a version 1.0.8. Takahiro Itagaki 2010-02-15 01:38:06 +00:00
  • a7a42b7bbf Fix crashes when cluster indexes have storage options (fillfactor, etc). Takahiro Itagaki 2010-02-05 03:24:22 +00:00
  • 7084ec6de9 version 1.0.7. Takahiro Itagaki 2010-01-28 06:02:28 +00:00
  • 038c07523a Support reorganizing tables with non-default operator class. Takahiro Itagaki 2009-12-28 08:25:00 +00:00
  • 27e6839132 Release 1.0.6. Workaround for 8.2 and 8.3. Takahiro Itagaki 2009-07-03 05:52:31 +00:00
  • 2f2fa142b8 Add pgut-spi files. Takahiro Itagaki 2009-07-02 09:55:57 +00:00
  • 5ee824097e Add COPYRIGHT file to clear pg_reorg is licensed under simplefied BSD license. Takahiro Itagaki 2009-07-02 09:53:13 +00:00
  • 6155932b60 Fix data corruption bug reported by robjderr (#1010664). pg_reorg broke catalog definition if the target table had any dropped columns. Now pg_reorg removes dropped columns and renumbers valid columns. You can use pg_reorg to shrink column definitions if you have many dropped columns. (without pg_reorg, dropped columns are filled with zero forever) Takahiro Itagaki 2009-07-02 09:50:58 +00:00
  • 5fe3f037be version 1.0.5. - Disable autovacuum for working tables and update logs. - Do ANALYZE automatically after reorg unless -Z, --no-analyze option is specified. Takahiro Itagaki 2009-05-25 07:06:38 +00:00
  • 9a8f2e9c33 Fix ownership bug. New toast table, toast index, and toast type should not have been owned by the executor of pg_reorg, but by the original owner. Takahiro Itagaki 2009-05-14 08:19:25 +00:00
  • 0c659ed31f Fix compile errors on Linux. Takahiro Itagaki 2009-04-23 06:37:29 +00:00
  • 574b6dc296 Support PGXS. Takahiro Itagaki 2009-04-22 07:26:12 +00:00
  • e1011e11fe Modify LOCK to LOCK-NOWAIT-and-loop at swap tables to avoid holding exclusive locks long time. Suggested by Kenny Gorman. Takahiro Itagaki 2009-04-16 06:01:01 +00:00
  • 942180c2d8 workaround with 8.2. Takahiro Itagaki 2009-01-27 01:35:53 +00:00
  • aab19c7db0 Fixed a bug reorganizing tables without toast tables. Takahiro Itagaki 2009-01-23 02:33:11 +00:00
  • 24a03c01a5 workaround for toast tables. The bug is reported by Kenny Gorman. Takahiro Itagaki 2009-01-21 08:09:22 +00:00
  • 29469f40f9 Move drop function calls to another transaction which doesn't have execlusive locks. Takahiro Itagaki 2009-01-19 04:28:21 +00:00
  • 8af8be23ac Initial revision Takahiro Itagaki 2008-12-08 04:32:10 +00:00