Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Neil Conway 08dc2af91e Tweak the PL/PgSQL regression tests to catch the recently reported bug 21 years ago
Tom Lane 323f0a6c01 Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. 21 years ago
Tom Lane 5b0fa0c28c Fix make_tuple_from_row to support nested rowtypes, per gripe from 21 years ago
Tom Lane f59b05c95d Ensure that any memory leaked during an error inside the bgwriter is 21 years ago
Michael Meskes c959d370bf Fixed transaction command handling to not ignore savepoints and to correctly check for errors. 21 years ago
Tom Lane cc3bda37f7 Tweak TCP-keepalive code so that an invalid setting doesn't cause us 21 years ago
Tom Lane c7d1a8d428 Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands 21 years ago
Tom Lane e1a7d1b9f3 Avoid changing stdin/stdout to binary mode on Windows unless that is 21 years ago
Tom Lane 35979e6c35 Given its current definition that depends on time(NULL), timetz_zone 21 years ago
Tom Lane f2ebd01ef0 timestamptz_izone should return the input, not NULL, when the input 21 years ago
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found 21 years ago
Tom Lane 48123de717 Create the pg_pltemplate system catalog to hold template information 21 years ago
Tom Lane c18cabe8ab Update regression tests for new USA timezone data. Mea culpa for not 21 years ago
Tom Lane 69d48cefd1 Update timezone data files to release 2005m of the zic database. 21 years ago
Tom Lane e0dedd0559 Implement a preliminary 'template' facility for procedural languages, 21 years ago
Tom Lane e35e6b1c37 Back out prior patch and instead just suppress SubqueryScan elimination 21 years ago
Tom Lane 2da2d34770 Clean up version comparison/display code, per gripe from Michael Fuhr. 21 years ago
Tom Lane 03728942c2 For non-projecting plan node types such as Limit, set_plan_references 21 years ago
Bruce Momjian 656fe39b84 Conditionally output the server version number in psql if it doesn't 21 years ago
Tom Lane a17dbec893 libpgport routines need nonstandard palloc to work on Windows. 21 years ago
Bruce Momjian 11b5c554c2 Add log display label for unnamed server-side portals. 21 years ago
Tom Lane 0802078556 Fix the spelling. 21 years ago
Bruce Momjian 4506ec95cf Update listen_addresses description. 21 years ago
Tom Lane 35e9b1cc1e Clean up a couple of ad-hoc computations of the maximum number of tuples 21 years ago
Tom Lane 962a4bb69f In copy_file, use a palloc'd buffer instead of just a local char array; 21 years ago
Tom Lane a635ab46be Short-circuit AllocSetReset if nothing has been palloc'd in the memory 21 years ago
Tom Lane 14720f7c57 Fix unportable uses of <ctype.h> functions. Per Sergey Koposov. 21 years ago
Bruce Momjian 59b4cef1eb Add regression tests for disabling constraints. 21 years ago
Tom Lane b740be2520 Log send() failures when sending to statistics process (but only in 21 years ago
Tom Lane 13065c7174 DropTableSpace forgot to remove dependency on tablespace's owner. 21 years ago
Tom Lane 139b1f61ce Fix misleading comment. 21 years ago
Tom Lane 78ef2d3feb Update documentation about shared memory sizing to reflect current 21 years ago
Tom Lane 037709e0b3 Reduce default value of max_prepared_transactions from 50 to 5. This 21 years ago
Tom Lane 8aec77fb9f Fix platform-specific test for path prefix-ness: move it into path.c where 21 years ago
Tom Lane 6b44d796c7 Fix misspelled error message. 21 years ago
Bruce Momjian 1a6fe83011 Allow Win32 libpq will use it's minimal pthread implementation, and ecpg 21 years ago
Tom Lane 2d03390945 Sigh, looks like you need '.set mips2' before you can access MIPS 21 years ago
Tom Lane 46a0eee300 Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's 21 years ago
Bruce Momjian 75e90bbf69 Fix initdb quoting for Win32 paths in final examples, per Dave Page. 21 years ago
Bruce Momjian 3b85fc3a52 Update pthread_self() on Win32 to return DWORD. 21 years ago
Bruce Momjian 8046c1c7e6 Use GetCurrentThreadId, per Magnus. 21 years ago
Tom Lane 7319ab9a59 Add a SYNC instruction to the S_UNLOCK sequence for MIPS. 21 years ago
Bruce Momjian 0c172b215a Add comment about pthread_self() cast. 21 years ago
Tom Lane 0845538f3a dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) 21 years ago
Tom Lane 974e3cf30a cost_agg really ought to charge something per output tuple; else there 21 years ago
Tom Lane 4e5fbb34b3 Change the division of labor between grouping_planner and query_planner 21 years ago
Tom Lane 9e56c5a4cf Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan 21 years ago
Tom Lane 5a7d36973a Fix two separate bugs in setrefs.c. set_subqueryscan_references needs 21 years ago
Tom Lane 5824d02155 Get the MIPS assembler syntax right. Also add a separate sync command; 21 years ago
Tom Lane 846319db3f Another try at the inlined MIPS spinlock code. Can't test this myself, 21 years ago