aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update C comment to NOTICE to reflect previous commit changing the errorBruce Momjian2012-08-15
* In psql, if the is no connection object, e.g. due to a server crash,Bruce Momjian2012-08-15
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* On second thought, explain why date_trunc("week") on interval values isBruce Momjian2012-08-15
* Add C comment that '=' is not documented for plpgsql assignment.Bruce Momjian2012-08-15
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Properly escape usernames in initdb, so names with single-quotes areBruce Momjian2012-08-15
* Resurrect the "last ditch" code path in join_search_one_level().Tom Lane2012-08-15
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Revert "commit_delay" change; just add comment that we don't haveBruce Momjian2012-08-14
* Add pg_settings units display for "commit_delay" (ms).Bruce Momjian2012-08-14
* Update time zone data files to tzdata release 2012e.Tom Lane2012-08-14
* Add runtime checks for number of query parameters passed to libpq functions.Heikki Linnakangas2012-08-13
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane2012-08-11
* Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane2012-08-11
* Update overlooked comment.Tom Lane2012-08-10
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Adjust pgtest coding to be less complex.Bruce Momjian2012-08-10
* Fix pgtest to return proper error code based on 'make' return code.Bruce Momjian2012-08-10
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Make psql -1 < file behave as expected.Robert Haas2012-08-09
* Fix typo in commentAlvaro Herrera2012-08-08
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Fix cache flush hazard in event trigger cache.Robert Haas2012-08-08
* Add additional C comments for to_date/to_char() fixes.Bruce Momjian2012-08-08
* Update isolation tests' README file.Tom Lane2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Tweak new Perl pgindent for compatibility with middle-aged Perls.Tom Lane2012-08-07
* Fix memory leaks in event trigger code.Robert Haas2012-08-07
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-07
* Fix redundant wordingAlvaro Herrera2012-08-07
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Make strings identicalAlvaro Herrera2012-08-06
* Complain with proper error message if streaming stops prematurelyMagnus Hagander2012-08-06
* Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas2012-08-06
* Replace pgindent shell script with Perl script. Update perltidyBruce Momjian2012-08-04
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Replace libpq's "row processor" API with a "single row" mode.Tom Lane2012-08-02
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31