| Commit message (Expand) | Author | Age |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Update postgresql.conf to show default ordering for wal_sync_method. | Bruce Momjian | 2005-08-09 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 |
* | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Fix config file lexer to not barf if postgresql.conf ends with a comment | Tom Lane | 2005-07-08 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian | 2005-07-02 |
* | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian | 2005-07-02 |
* | Clarify documentation about log_min_duration_statement. | Bruce Momjian | 2005-07-01 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane | 2005-06-26 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Update GUC description for kerberos usernames. | Bruce Momjian | 2005-06-16 |
* | Have SHOW ALL include variable descriptions. | Bruce Momjian | 2005-06-14 |
* | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 |
* | Mention prefix %t has no milliseconds. | Bruce Momjian | 2005-06-09 |
* | Restructure log_line_prefix options to be clearer: | Bruce Momjian | 2005-06-09 |
* | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 |
* | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 |
* | Improve readability of config location params by adding newline. | Bruce Momjian | 2005-06-04 |
* | Make superuser.c maintain a simple one-entry cache holding the superuser | Tom Lane | 2005-05-29 |
* | Re-order 'else' clause for clarity. | Bruce Momjian | 2005-05-27 |
* | Fix weird indentation of function return type. | Neil Conway | 2005-05-24 |
* | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Change the default setting of "add_missing_from" to false. This has been | Neil Conway | 2005-04-08 |
* | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Make default_with_oids default to false -- user-created tables will now | Neil Conway | 2005-03-13 |
* | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 |
* | Allow Trace_lock_oidmin to be set to zero; this is a reasonable | Tom Lane | 2005-03-01 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane | 2004-12-20 |
* | On win32, there is currently no way to get the equivalent function of | Bruce Momjian | 2004-12-02 |
* | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 |
* | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 |