summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-08-25Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-21Avoid somewhat-theoretical overflow risks in RecordIsValid().Tom Lane
2012-08-21Improve C comments in GetSnapshotData.Robert Haas
2012-08-21Remove external PID file on postmaster exitPeter Eisentraut
2012-08-20Don't get confused if a WAL partial record header has xl_tot_len == 0.Heikki Linnakangas
2012-08-19Remove obsolete comment.Tom Lane
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-18Make use of LATERAL in information_schema.sequences view.Tom Lane
2012-08-18Another round of planner fixes for LATERAL.Tom Lane
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-16Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian
2012-08-16Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane
2012-08-16Suppress possibly-uninitialized-variable warning.Tom Lane
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-15Update C comment to NOTICE to reflect previous commit changing the errorBruce Momjian
2012-08-15Fix rescan logic in nodeCtescan.Tom Lane
2012-08-15On second thought, explain why date_trunc("week") on interval values isBruce Momjian
2012-08-15Disallow extensions from owning the schema they are assigned to.Tom Lane
2012-08-15Properly escape usernames in initdb, so names with single-quotes areBruce Momjian
2012-08-15Resurrect the "last ditch" code path in join_search_one_level().Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-14Revert "commit_delay" change; just add comment that we don't haveBruce Momjian
2012-08-14Add pg_settings units display for "commit_delay" (ms).Bruce Momjian
2012-08-12More fixes for planner's handling of LATERAL.Tom Lane
2012-08-11Fix some issues with LATERAL(SELECT UNION ALL SELECT).Tom Lane
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Update overlooked comment.Tom Lane
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-10Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-08-08Fix typo in commentAlvaro Herrera
2012-08-08Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane
2012-08-08Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs
2012-08-08Fix cache flush hazard in event trigger cache.Robert Haas
2012-08-08Add additional C comments for to_date/to_char() fixes.Bruce Momjian
2012-08-08Fix TwoPhaseGetDummyBackendId().Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-07Fix memory leaks in event trigger code.Robert Haas
2012-08-07Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian
2012-08-07Fix redundant wordingAlvaro Herrera
2012-08-07fsync backup_label after pg_start_backup()Simon Riggs
2012-08-06Make strings identicalAlvaro Herrera
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-08-03Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane
2012-08-03In SPGiST replay, do conflict resolution before modifying the page.Tom Lane