2008-10-20 |
alvherre | These functions no longer return a value, per complaint...
|
commit | commitdiff | tree |
2008-10-20 |
alvherre | Rework subtransaction commit protocol for hot standby.
|
commit | commitdiff | tree |
2008-10-17 |
alvherre | Refactor some duplicate code to set up formatted_log_time and
|
commit | commitdiff | tree |
2008-10-14 |
alvherre | Ensure that CLUSTER leaves the toast table and index...
|
commit | commitdiff | tree |
2008-10-11 |
alvherre | Add missing header.
|
commit | commitdiff | tree |
2008-10-09 |
alvherre | Fix two flaws in comments I just introduced, pointed...
|
commit | commitdiff | tree |
2008-10-09 |
alvherre | Add initial plpgsql translation (with lots of fuzzies)
|
commit | commitdiff | tree |
2008-10-09 |
alvherre | Improve translatability of error messages for external...
|
commit | commitdiff | tree |
2008-09-19 |
alvherre | Optimize CleanupTempFiles by having a boolean flag...
|
commit | commitdiff | tree |
2008-09-11 |
alvherre | Initialize the minimum frozen Xid in vac_update_datfrozenxid...
|
commit | commitdiff | tree |
2008-09-10 |
alvherre | Add "source file" and "source line" information to...
|
commit | commitdiff | tree |
2008-09-09 |
alvherre | Improve plpgsql's ability to report tuple incompatibility...
|
commit | commitdiff | tree |
2008-08-29 |
alvherre | Fixup pg_dumpall adding --lock-wait-timeout, to match...
|
commit | commitdiff | tree |
2008-08-29 |
alvherre | Document that \t and \x are now settable.
|
commit | commitdiff | tree |
2008-08-25 |
alvherre | Update URL to Ross William's paper.
|
commit | commitdiff | tree |
2008-08-25 |
alvherre | Have man page generation work on VPATH builds too.
|
commit | commitdiff | tree |
2008-08-21 |
alvherre | Update URL.
|
commit | commitdiff | tree |
2008-08-19 |
alvherre | Fix some issues that prevent this file to be processed...
|
commit | commitdiff | tree |
2008-08-13 |
alvherre | Have autovacuum consider processing TOAST tables separately...
|
commit | commitdiff | tree |
2008-08-01 |
alvherre | Cope with Tcl versions that do not create a tclsh symlink...
|
commit | commitdiff | tree |
2008-08-01 |
alvherre | Add a few more DTrace probes to the backend.
|
commit | commitdiff | tree |
2008-07-23 |
alvherre | Ratchet up patch to improve autovacuum wraparound messages.
|
commit | commitdiff | tree |
2008-07-21 |
alvherre | Publish more openly the fact that autovacuum is working...
|
commit | commitdiff | tree |
2008-07-17 |
alvherre | Add MSVC++ debug libraries to .cvsignore.
|
commit | commitdiff | tree |
2008-07-17 |
alvherre | Avoid crashing when a table is deleted while we're...
|
commit | commitdiff | tree |
2008-07-11 |
alvherre | Make sure we only try to free snapshots that have been...
|
commit | commitdiff | tree |
2008-06-19 |
alvherre | Improve our #include situation by moving pointer types...
|
commit | commitdiff | tree |
2008-06-14 |
alvherre | In log_filename documentation, mention that strftime...
|
commit | commitdiff | tree |
2008-06-10 |
alvherre | Make XML building work silently on VPATH builds (untested...
|
commit | commitdiff | tree |
2008-06-08 |
alvherre | Fix breakage caused by conflicting patches, as evidenced...
|
commit | commitdiff | tree |
2008-06-08 |
alvherre | Move BufferGetPageSize and BufferGetPage from bufpage...
|
commit | commitdiff | tree |
2008-06-06 |
alvherre | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
|
commit | commitdiff | tree |
2008-06-05 |
alvherre | Fix missing "not", per Frank Millman (bug #4212).
|
commit | commitdiff | tree |
2008-06-05 |
alvherre | Modify vacuum() to accept a single relation OID instead...
|
commit | commitdiff | tree |
2008-06-05 |
alvherre | Fix some string building in getObjectDescription.
|
commit | commitdiff | tree |
2008-05-13 |
alvherre | Change \du to use the new printTable API, improving...
|
commit | commitdiff | tree |
2008-05-13 |
alvherre | Fix a bug in the previous patch, which caused the title...
|
commit | commitdiff | tree |
2008-05-12 |
alvherre | Improve psql's internal print.c code by introducing...
|
commit | commitdiff | tree |
2008-05-12 |
alvherre | Improve snapshot manager by keeping explicit track...
|
commit | commitdiff | tree |
2008-05-12 |
alvherre | Document that "ROLLBACK TO savepoint" does not un-close...
|
commit | commitdiff | tree |
2008-05-12 |
alvherre | Put back bufmgr.h in bufpage.h -- it is needed by some...
|
commit | commitdiff | tree |
2008-05-12 |
alvherre | Restructure some header files a bit, in particular...
|
commit | commitdiff | tree |
2008-05-07 |
alvherre | Add Simon Riggs' email address.
|
commit | commitdiff | tree |
2008-04-30 |
alvherre | Add example showing how to remove a password from a...
|
commit | commitdiff | tree |
2008-04-29 |
alvherre | Fix REASSIGN OWNED so that it works on procedural languages...
|
commit | commitdiff | tree |
2008-04-29 |
alvherre | Remove typename from A_Const.
|
commit | commitdiff | tree |
2008-04-29 |
alvherre | Fix volatility marking for the generate_series and...
|
commit | commitdiff | tree |
2008-04-28 |
alvherre | Bump the catversion for the previous patch.
|
commit | commitdiff | tree |
2008-04-28 |
alvherre | Add generate_subscripts, a series-generation function...
|
commit | commitdiff | tree |
2008-04-27 |
alvherre | Add SGML ID attributes to the arrays subsections, and...
|
commit | commitdiff | tree |
2008-04-18 |
alvherre | Change the float4-returning functions in contrib/seg...
|
commit | commitdiff | tree |
2008-04-18 |
alvherre | Modify the float4 datatype to be pass-by-val. Along...
|
commit | commitdiff | tree |
2008-04-17 |
alvherre | Clean up a few places where Datums were being treated...
|
commit | commitdiff | tree |
2008-04-14 |
alvherre | Fix indentation in new REFERENCED BY psql output, per...
|
commit | commitdiff | tree |
2008-04-10 |
alvherre | Remove mention of DBD::PgSPI, which is unmaintained...
|
commit | commitdiff | tree |
2008-04-10 |
alvherre | Mention pg_backend_pid() in the system information...
|
commit | commitdiff | tree |
2008-03-28 |
alvherre | Move the HTSU_Result enum definition into snapshot...
|
commit | commitdiff | tree |
2008-03-28 |
alvherre | Rename snapmgmt.c/h to snapmgr.c/h, for consistency...
|
commit | commitdiff | tree |
2008-03-28 |
alvherre | Separate snapshot management code from tuple visibility...
|
commit | commitdiff | tree |
2008-03-25 |
alvherre | Reword Win32 rint() item, per Tom.
|
commit | commitdiff | tree |
2008-03-25 |
alvherre | Add URLs to previous discussions, per Simon.
|
commit | commitdiff | tree |
2008-03-20 |
alvherre | Add a couple of missing FreeQueryDesc calls. Noticed...
|
commit | commitdiff | tree |
2008-03-19 |
alvherre | Remove another useless snapshot creation.
|
commit | commitdiff | tree |
2008-03-19 |
alvherre | We no longer need a snapshot set after opening the...
|
commit | commitdiff | tree |
2008-03-18 |
alvherre | Move elog(DEBUG4) call outside the locked area, per...
|
commit | commitdiff | tree |
2008-03-17 |
alvherre | Move ProcState definition into sinvaladt.c from sinvaladt...
|
commit | commitdiff | tree |
2008-03-16 |
alvherre | Modify interactions between sinval.c and sinvaladt...
|
commit | commitdiff | tree |
2008-03-14 |
alvherre | Fix duplicate word, per Guillaume Lelarge.
|
commit | commitdiff | tree |
2008-03-14 |
alvherre | Fix vacuum so that autovacuum is really not cancelled...
|
commit | commitdiff | tree |
2008-03-05 |
alvherre | Clean up double negative, per Tom Lane.
|
commit | commitdiff | tree |
2008-03-05 |
alvherre | Add support for dlopen on recent NetBSD/MIPS, per Rémi...
|
commit | commitdiff | tree |
2008-02-29 |
alvherre | Remove long-unused and broken TCL_ARRAYS.
|
commit | commitdiff | tree |
2008-02-20 |
alvherre | Improve error messages emitted when VACUUM and ANALYZE...
|
commit | commitdiff | tree |
2008-02-20 |
alvherre | Change error message to be able to differentiate the...
|
commit | commitdiff | tree |
2008-02-13 |
alvherre | Update minor version bumping policy.
|
commit | commitdiff | tree |
2008-01-23 |
alvherre | Improve lock level choices in pg_shdepend.c. Noticed...
|
commit | commitdiff | tree |
2008-01-20 |
alvherre | Split error message.
|
commit | commitdiff | tree |
2008-01-14 |
alvherre | Mark autovacuum entries in pg_stat_activity so that...
|
commit | commitdiff | tree |
2008-01-09 |
alvherre | Add index entry.
|
commit | commitdiff | tree |
2007-12-31 |
alvherre | Add missing return code checks in the uuid-ossp contrib...
|
commit | commitdiff | tree |
2007-12-17 |
alvherre | Improve wording.
|
commit | commitdiff | tree |
2007-12-13 |
alvherre | Correct result type of convert_to, per Pavel Stehule.
|
commit | commitdiff | tree |
2007-12-11 |
alvherre | Make CSV column ordering a bit more logical.
|
commit | commitdiff | tree |
2007-12-11 |
alvherre | Extend the format of CSV logs to include the additional...
|
commit | commitdiff | tree |
2007-12-10 |
alvherre | Change the "distributed checkpoint" release note item...
|
commit | commitdiff | tree |
2007-12-06 |
alvherre | Change wording of logged message when cancelling an...
|
commit | commitdiff | tree |
2007-11-23 |
alvherre | Fix buggy usage of vsnprintf in PL/Python by removing...
|
commit | commitdiff | tree |
2007-11-16 |
alvherre | Fix inconsistent message wording, and split off a couple...
|
commit | commitdiff | tree |
2007-11-09 |
alvherre | Point to our own UUID page instead of to Wikipedia.
|
commit | commitdiff | tree |
2007-10-29 |
alvherre | In the previous commit message, I forgot to credit...
|
commit | commitdiff | tree |
2007-10-26 |
alvherre | Allow an autovacuum worker to be interrupted automatically...
|
commit | commitdiff | tree |
2007-10-25 |
alvherre | Fix memory management for new variables -- they must...
|
commit | commitdiff | tree |
2007-10-25 |
alvherre | Extract catalog info for error reporting before an...
|
commit | commitdiff | tree |
2007-10-25 |
alvherre | Use more real-world examples in the text search parser...
|
commit | commitdiff | tree |
2007-10-25 |
alvherre | Add new encoding aliases for Solaris, per Zdenek Kotala.
|
commit | commitdiff | tree |
2007-10-24 |
alvherre | Rearrange vacuum-related bits in PGPROC as a bitmask...
|
commit | commitdiff | tree |
2007-10-24 |
alvherre | Danish_Danmark -> Danish_Denmark
|
commit | commitdiff | tree |
2007-10-24 |
alvherre | Minor changes to autovacuum worker: change error handling...
|
commit | commitdiff | tree |
2007-10-07 |
alvherre | A few improvements to analyze and vacuum sections in...
|
commit | commitdiff | tree |
2007-10-07 |
alvherre | Change π to plain "pi" in index entry, to avoid...
|
commit | commitdiff | tree |