| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 | 1 | -12/+1 |
| * | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 | 1 | -1/+12 |
| * | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 | 1 | -12/+1 |
| * | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 | 1 | -2/+9 |
| * | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 | 1 | -2/+2 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 1 | -1/+24 |
| * | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -9/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 | 1 | -2/+3 |
| * | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 | 1 | -4/+4 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -1/+63 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+12 |
| * | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -19/+35 |
| * | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane | 2009-12-02 | 1 | -2/+2 |
| * | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 | 1 | -1/+38 |
| * | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane | 2009-10-21 | 1 | -18/+1 |
| * | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 | 1 | -10/+1 |
| * | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera | 2009-10-13 | 1 | -2/+5 |
| * | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane | 2009-10-03 | 1 | -3/+9 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 1 | -1/+12 |
| * | Improve wording of error message when a postgresql.conf setting is | Peter Eisentraut | 2009-09-17 | 1 | -7/+5 |
| * | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 | 1 | -2/+2 |
| * | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane | 2009-09-08 | 1 | -2/+26 |
| * | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 | 1 | -3/+29 |
| * | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 | 1 | -6/+6 |
| * | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 | 1 | -1/+2 |
| * | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 1 | -18/+3 |
| * | Try to make silent_mode behave somewhat reasonably. | Tom Lane | 2009-08-24 | 1 | -2/+2 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -1/+17 |
| * | Change do_tup_output() to take Datum/isnull arrays instead of a char * array, | Tom Lane | 2009-07-22 | 1 | -9/+27 |
| * | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane | 2009-07-16 | 1 | -1/+9 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -5/+5 |
| * | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -235/+240 |
| * | Fix assign_pgstat_temp_directory() to ensure the directory path is | Tom Lane | 2009-05-03 | 1 | -8/+17 |
| * | Change the default value of max_prepared_transactions to zero, and add | Tom Lane | 2009-04-23 | 1 | -2/+2 |
| * | Revert addition of units to GUC descriptions; doesn't affect | Bruce Momjian | 2009-04-07 | 1 | -14/+14 |
| * | More GUC units doc updates. | Bruce Momjian | 2009-04-07 | 1 | -11/+11 |
| * | Add unit documentation for various postgresql.conf settings. | Bruce Momjian | 2009-04-06 | 1 | -5/+5 |
| * | Give a better error message when trying to change | Bruce Momjian | 2009-04-02 | 1 | -2/+8 |
| * | Fix GUC's reports of assign_hook failure to always include the parameter value | Tom Lane | 2009-04-02 | 1 | -16/+23 |
| * | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 | 1 | -69/+1 |
| * | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane | 2009-02-28 | 1 | -3/+3 |
| * | Make some strings translatable again that were accidentally removed in | Magnus Hagander | 2009-01-21 | 1 | -3/+3 |
| * | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas | 2009-01-16 | 1 | -2/+11 |
| * | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 | 1 | -2/+74 |
| * | Make krb_realm and krb_server_hostname be pg_hba options only, and remove | Magnus Hagander | 2009-01-09 | 1 | -20/+1 |
| * | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 | 1 | -10/+29 |
| * | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 | 1 | -13/+11 |
| * | Fix define_custom_variable to preserve any sourcefile/sourceline information | Tom Lane | 2009-01-05 | 1 | -4/+12 |