2009-03-22 |
Tom Lane | Clean up pg_SSPI_error() coding a little bit: make... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Tom Lane | Remove the -d and -D options of pg_dump and pg_dumpall... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Tom Lane | Remove the datetime keywords ABSTIME and RELTIME, which... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Tom Lane | Optimize multi-batch hash joins when the outer relation... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Peter Eisentraut | Rename pg_restore -m to -j, and add documentation about... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Don't set the signal handler for SIGQUIT on Windows... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Tom Lane | Be more clear about when to use gist__int_ops vs. gist_... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Don't intercept SIGQUIT as a signal to trigger failover... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Fix case of the just resurrected UCS_to_BIG5.pl script... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Add seven kanji characters defined in the Windows 950... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Heikki Linnakangas | Fix Windows-specific race condition in syslogger. This... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Tom Lane | Add just-assigned CVE number to release notes for recen... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Bruce Momjian | Improve zero-year comments. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Bruce Momjian | Document that datetime year '0' is considered in a... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Peter Eisentraut | Add -w option to --help output. It was apparently... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Tom Lane | Fix contrib/hstore to throw an error for keys or values... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Tom Lane | Clean up the code for to_timestamp's conversion of... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Tom Lane | Fix identify_locking_dependencies to reflect the fact... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Tom Lane | Restore previous ordering of BUFFER_FLUSH_START probe... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Tom Lane | Fix core dump due to null-pointer dereference in to_cha... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Tom Lane | Code review for dtrace probes added (so far) to 8.4... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Teodor Sigaev | Some languages have symbols with zero display's width... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Andrew Dunstan | Use thread-local storage for querybuffer in fmtId(... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Tom Lane | Improve match_special_index_operator() to recognize... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Tom Lane | Make SubPlan nodes carry the result's typmod as well... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Tom Lane | Fix set_subquery_pathlist() to copy the RTE's subquery... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Teodor Sigaev | Prevent recursion during parse of email-like string... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Bruce Momjian | Doc patch for the recently added probes. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Peter Eisentraut | In parse_bool_with_len, avoid crash when no result... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Peter Eisentraut | Tweak the regression test case so that the ordering... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Peter Eisentraut | Accept 'on' and 'off' as input for boolean data type... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Bruce Momjian | Add summarization comment about visibility functions. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Alvaro Herrera | Revert pg_bind_textdomain_codeset to a existant-but... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Magnus Hagander | Fix MSVC build for new ways to pull in keywords.c and... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Alvaro Herrera | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Alvaro Herrera | Add comments about kwlookup.c expectations |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Alvaro Herrera | On Windows, call bind_textdomain_codeset on domains... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Magnus Hagander | Make pg_hba parsing report all errors in the file befor... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Alvaro Herrera | Avoid MSVC breakage caused by my previous commit by... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Alvaro Herrera | Separate the key word list that lived in keywords.c... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Tom Lane | Teach the planner to support index access methods that... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Tom Lane | Remove documentation of log_restartpoints setting,... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Tom Lane | Fix column privilege checking for cases where parent... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Peter Eisentraut | Message tuning |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Heikki Linnakangas | Add MUST (Mauritius Island Summer Time) to the list... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Tom Lane | Put back our old workaround for machines that declare... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Magnus Hagander | Change hba load failure message to LOG instead of WARNING. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Heikki Linnakangas | Reload config file in startup process on SIGHUP. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Peter Eisentraut | Clarify to the translator that yyerror() deals with... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Peter Eisentraut | Provide some proper minimal documentation for the pg_du... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Heikki Linnakangas | Add some sanity checks to CREATE CAST ... WITHOUT FUNCT... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Peter Eisentraut | Add new SQL:2008 error codes for invalid LIMIT and... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Peter Eisentraut | Don't actively violate the system limit of maximum... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Magnus Hagander | Log a warning instead of shutting down the system if... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Heikki Linnakangas | Fix copy-pasto in the patch to allow background writer... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Heikki Linnakangas | Remove the placeholder LWLockId in place of the removed... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tom Lane | When we are in error recursion trouble, arrange to... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Teodor Sigaev | Fix usage of char2wchar/wchar2char. Changes: |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tom Lane | Fix buffer allocations in encoding conversion routines... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tom Lane | Shave a few cycles in compare_pathkeys() by checking... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Tom Lane | Reduce the maximum value of vacuum_cost_delay and autov... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tom Lane | Temporarily (I hope) disable flattening of IN/EXISTS... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tom Lane | Tighten up join ordering rules to account for recent... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Heikki Linnakangas | In CREATE CONVERSION, test that the given function... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Peter Eisentraut | Add the long options to the psql --help display, where... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Peter Eisentraut | Equip the programs installed by contrib with proper... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Peter Eisentraut | Fix the inconsistent and wrong claims that the option... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Tom Lane | Improve create_unique_path to not be fooled by unrelate... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Tom Lane | Remove outdated join_1.out regression test comparison... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Peter Eisentraut | Final removal of -q options, which haven't done anythin... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Peter Eisentraut | Add a -w/--no-password option that prevents all passwor... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Tom Lane | Fix an old problem in decompilation of CASE constructs... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Magnus Hagander | Remove references to foreign data wrapper libraries... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Eisentraut | Use the same style in the help synopsis that other... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Eisentraut | Clean up help (-?) output. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Eisentraut | Remove feof(stdin) calls related to when to prompt... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Peter Eisentraut | Sort the output of --help mostly alphabetical, make... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Heikki Linnakangas | Put back a "continue" that went missing in the changes... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Tom Lane | Get rid of the rather fuzzily defined FlattenedSubLink... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Peter Eisentraut | Don't append epoch to log_filename if no format specifi... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Peter Eisentraut | Add the possibility to specify an explicit validator... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Tom Lane | Repair a longstanding bug in CLUSTER and the rewriting... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Tom Lane | Fix psql's \dD to show only one row per domain, even... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Peter Eisentraut | Add quotes to message |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Heikki Linnakangas | Change the signaling of end-of-recovery. Startup proces... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Tom Lane | Add note that inlined SQL functions aren't tracked... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Peter Eisentraut | another small message tweak |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Andrew Dunstan | Reconnect to the right database when using parallel... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Tom Lane | Simplify overcomplicated (and overly restrictive) test... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Tom Lane | Improve comments about semijoin implementation strategy... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Heikki Linnakangas | Fix bogus comment, from the patch to start bgwriter... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Peter Eisentraut | Wordsmithing for PL/Perl messages |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Peter Eisentraut | Add an implicit rule %.c -> %.i for running the C prepr... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Peter Eisentraut | Remove croak and Perl_croak from gettext triggers.... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Heikki Linnakangas | Increase NUM_AUXILIARY_PROCS, now that the startup... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Tom Lane | Remove the special cases to prevent minus-zero results... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Heikki Linnakangas | Start background writer during archive recovery. Backgr... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bruce Momjian | Add --freeze option to vacuumdb. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bruce Momjian | Have pg_dump/pg_dumpall --binary-upgrade restore frozen... |
commit | commitdiff | tree | snapshot |
next |