Commit Graph

5564 Commits (bbd38af3a879604db2b455cbb2b4ec93275249fa)

Author SHA1 Message Date
Tom Lane 57eb009092 Allow snapshot references to still work during transaction abort. 14 years ago
Tom Lane 7741dd6590 Recognize self-contradictory restriction clauses for non-table relations. 14 years ago
Robert Haas 0c8eda6258 Memory barrier support for PostgreSQL. 14 years ago
Tom Lane f197272365 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 15 years ago
Alvaro Herrera 86822df9b5 Split walsender.h in public/private headers 15 years ago
Tom Lane b0025bd957 Invent a new memory context primitive, MemoryContextSetParent. 15 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 15 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Itagaki Takahiro 96a8aed4cb Add datatype directory to SUBDIRS. 15 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 15 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 15 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 15 years ago
Bruce Momjian f81fb4f690 Fix bug introduced by pgrminclude where the tablespace version name was 15 years ago
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly. 15 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 15 years ago
Tom Lane f116b1f5b8 Remove unnecessary and circular #include. 15 years ago
Bruce Momjian 5bce637a4b walsender.h doesn't need xlog.h, per Tom. 15 years ago
Bruce Momjian 85e6e1662b Move AllowCascadeReplication() define from xlog.h to replication include 15 years ago
Tom Lane b3aaf9081a Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 15 years ago
Tom Lane 5b562644fe Teach ANALYZE to clear pg_class.relhassubclass when appropriate. 15 years ago
Bruce Momjian 418d04ea73 Improve method of avoiding fcinfo compile errors. 15 years ago
Bruce Momjian 7805b11856 Add C comment about necessary NetBSD include. 15 years ago
Bruce Momjian 5352bf39ff Add missing hba.h include for NetBSD. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Heikki Linnakangas a88b6e4cfb setlocale() on Windows doesn't work correctly if the locale name contains 15 years ago
Heikki Linnakangas 8ea0257067 Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago
Tom Lane be1e8053f4 Use a non-locking test in TAS_SPIN() on all IA64 platforms. 15 years ago
Robert Haas c01c25fbe5 Improve spinlock performance for HP-UX, ia64, non-gcc. 15 years ago
Bruce Momjian 4bd7333b14 Allow more include files to be compiled in their own by adding missing 15 years ago
Bruce Momjian 48423d949f Add markers. 15 years ago
Bruce Momjian f8fc37b337 Add markers for skips. 15 years ago
Tom Lane 40271811cb Improve comments describing tsvector data structure. 15 years ago
Bruce Momjian 2ab15afcdd Add missing include so include file compiles cleanly on its own. 15 years ago
Tom Lane b33f78df17 Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 15 years ago
Tom Lane b5282aa893 Revise sinval code to remove no-longer-used tuple TID from inval messages. 15 years ago
Tom Lane 2ada6779c5 Fix race condition in relcache init file invalidation. 15 years ago
Bruce Momjian 6d7bd5dec9 Make USECS_PER_* timestamp macros visible even when we are not using 15 years ago
Tom Lane cff75130b5 Remove wal_sender_delay GUC, because it's no longer useful. 15 years ago
Tom Lane 4dab3d5ae1 Change the autovacuum launcher to use WaitLatch instead of a poll loop. 15 years ago
Heikki Linnakangas 1f1b70a7cf Oops, we're working on version 9.2 already, not 9.1. Update the 15 years ago
Heikki Linnakangas 41f9ffd928 If backup-end record is not seen, and we reach end of recovery from a 15 years ago
Tom Lane 4e15a4db5e Documentation improvement and minor code cleanups for the latch facility. 15 years ago
Heikki Linnakangas 77949a2913 Change the way string relopts are allocated. 15 years ago
Tom Lane 77ba232564 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Andrew Dunstan f54e373d93 Correct the lie in pg_config.h.win32 about having inttypes.h. 15 years ago
Tom Lane 05e8396892 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 15 years ago
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 15 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 15 years ago