Commit Graph

22338 Commits (bbd38af3a879604db2b455cbb2b4ec93275249fa)

Author SHA1 Message Date
Alvaro Herrera bbd38af3a8 Remove dependency on error ordering in isolation tests 14 years ago
Alvaro Herrera 1734992738 Fix typo 14 years ago
Robert Haas f70648d5a1 Update comments related to the crash-safety of the visibility map. 14 years ago
Robert Haas 624f155ffa heap_update() must recheck tuple after unlocking and relocking buffer. 14 years ago
Tom Lane 269c5dd2f4 Fix window functions that sort by expressions involving aggregates. 14 years ago
Tom Lane 57eb009092 Allow snapshot references to still work during transaction abort. 14 years ago
Tom Lane 16762b519c Speed up array element assignment in plpgsql by caching type information. 14 years ago
Robert Haas 821fd903f9 Update obsolete comments. 14 years ago
Tom Lane 21fb95da46 Use a fresh copy of query_list when making a second plan in GetCachedPlan. 14 years ago
Tom Lane 2a571bc233 Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. 14 years ago
Tom Lane d5aa7a9fe6 Avoid unnecessary snapshot-acquisitions in BuildCachedPlan. 14 years ago
Bruce Momjian 2594ad7436 In pgrminclude, document requirement to use pgcompinclude, and sort 14 years ago
Tom Lane 23fe7a7477 Un-break compression of plain-text output format in pg_dump. 14 years ago
Bruce Momjian 84bbe57dc1 Document pgrminclude limitations. 14 years ago
Tom Lane 7741dd6590 Recognize self-contradictory restriction clauses for non-table relations. 14 years ago
Bruce Momjian 337c0b0361 Expand pgrminclude to exclude use of macros CppAsString and CppConcat. 14 years ago
Tom Lane 4c5d837e69 Fix our mapping of Windows timezones for Central America. 14 years ago
Tom Lane 14a183261a Update win32tzlist.pl for the new location of our Windows timezone map. 14 years ago
Robert Haas 0c8eda6258 Memory barrier support for PostgreSQL. 14 years ago
Robert Haas b056b716e2 Add --{no-,}replication flags to createuser. 14 years ago
Tom Lane f197272365 Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. 15 years ago
Robert Haas 4893552e21 Fix another bit of unlogged-table-induced breakage. 15 years ago
Tom Lane 2562dcea81 Suppress "unused function" warning when not HAVE_LOCALE_T. 15 years ago
Tom Lane 37d4fd2b9d Improve reporting of newlocale() failures in CREATE COLLATION. 15 years ago
Tom Lane faf5cee7f0 Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS. 15 years ago
Tom Lane c4ae968633 Fix Assert failure in new plancache code. 15 years ago
Tom Lane 99b5454167 Remove debug logging for pgstat wait timeout. 15 years ago
Tom Lane 9d306c66e6 Avoid unnecessary page-level SSI lock check in heap_insert(). 15 years ago
Tom Lane e6ed34f70d Ensure generic plan gets used for a plpgsql expression with no parameters. 15 years ago
Tom Lane 0a6cc28500 gistendscan() forgot to free so->giststate. 15 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 15 years ago
Heikki Linnakangas 09e98a3e17 Teach the makefile used to build stand-alone libpq on Windows that libpq 15 years ago
Alvaro Herrera 86822df9b5 Split walsender.h in public/private headers 15 years ago
Tom Lane 6693c9a5ed deflist_to_tuplestore dumped core on an option with no value. 15 years ago
Tom Lane 3f3304408c Propagate with_system_tzdata setting into initdb build. 15 years ago
Heikki Linnakangas 8caf6132c7 In the final emptying phase of the new GiST buffering build, set the 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 02bca4f351 Fix additional format warning 15 years ago
Bruce Momjian d68ccf536e Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY 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 5a8de2f2e7 Try to un-break MSVC build. 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
Tom Lane d63de337f3 round() is not portable. Use rint(). 15 years ago
Alvaro Herrera 295e7dc929 Tweak string for uniformity 15 years ago
Peter Eisentraut cf15fb5cab Add missing format argument to ecpg_log() call 15 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 15 years ago
Tom Lane f0bedf3e45 Fix corner case bug in numeric to_char(). 15 years ago