aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Set per-function GUC settings during validating the function.Itagaki Takahiro2010-05-11
* Suppress signed-vs-unsigned-char warning.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes2010-05-07
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-05
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-30
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Fix psql's \copy to not insert spaces around dots and commas in the text ofTom Lane2010-04-15
* Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OIDTom Lane2010-04-14
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-14
* Clean up inconsistent commasMagnus Hagander2010-04-09
* Update list of Windows timezones we try to match localized names againstMagnus Hagander2010-04-09
* Proceed to look for the next timezone when matching a localizedMagnus Hagander2010-04-08
* Log the actual timezone name that we fail to look up the values for inMagnus Hagander2010-04-06
* Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan2010-04-03
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-20
* Modify error context callback functions to not assume that they can fetchTom Lane2010-03-19
* Fix bug in %r handling in recovery_end_command, it always came out as 0Heikki Linnakangas2010-03-18
* tag 8.4.3REL8_4_3Marc G. Fournier2010-03-12
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane2010-03-11
* Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane2010-03-09
* Update time zone data files to tzdata release 2010d: DST law changes in Fiji,Alvaro Herrera2010-03-09
* Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian2010-03-09
* Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the conn...Michael Meskes2010-03-08
* Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander2010-03-08
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-08
* Update time zone data files to tzdata release 2010c: DST law changes inTom Lane2010-03-08
* Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane2010-03-06
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-06
* Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas2010-03-04
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-03
* Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas2010-03-03
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* Make iconv work like other optional libraries for MSVC.Andrew Dunstan2010-03-03
* Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan2010-03-02
* Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan2010-03-02
* Backpatch MSVC build fix for XSLTAndrew Dunstan2010-03-02
* Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas2010-03-01
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane2010-02-25
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane2010-02-18