| Commit message (Expand) | Author | Age |
* | Vacuum delay activated by default. | Jan Wieck | 2004-08-07 |
* | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian | 2004-08-06 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as per | Tom Lane | 2004-07-24 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Here is another patch that fixes a stack of pg_dump bugs: | Bruce Momjian | 2004-07-19 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Fix library_path with canonicalization. | Bruce Momjian | 2004-07-12 |
* | Canonicalize preload_libraries after it is split up, not before. | Bruce Momjian | 2004-07-12 |
* | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian | 2004-07-11 |
* | Remove postgresql.conf of 'info' as a valid client_min_messages level. | Bruce Momjian | 2004-07-11 |
* | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian | 2004-07-11 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | Fix unchecked mallocs/strdups added by recent placeholder-config-vars | Tom Lane | 2004-07-05 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian | 2004-06-11 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Improve style of new log_statement_stats error message, per Peter. | Bruce Momjian | 2004-05-08 |
* | Remove crude test for log_statement_stats in startup code now that we | Bruce Momjian | 2004-05-07 |
* | Throw error if log_statement_stats is used with confliction options for | Bruce Momjian | 2004-05-07 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Remove debug code that acidentally got into CVS from previous commit. | Bruce Momjian | 2004-04-19 |
* | Fix for BEGIN with ISOLATION/READONLY clauses. | Bruce Momjian | 2004-04-19 |
* | Push superuser check farther down in the if() statements to fix startup | Bruce Momjian | 2004-04-07 |
* | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 |
* | Improve handling of GUC USERLIMIT variables by reorganizing code. Also, | Bruce Momjian | 2004-04-05 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Improve comments on USERLIMIT GUC processing. | Bruce Momjian | 2004-04-01 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 |
* | Adds DLLIMPORT modifier to check_function_bodies | Bruce Momjian | 2004-03-22 |
* | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 |
* | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 |
* | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 |
* | Backing out the background writer sync() option. | Jan Wieck | 2004-02-04 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 |
* | Micro-opt: replace calls like | Neil Conway | 2004-01-31 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 2004-01-24 |
* | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 |