Commit Graph

28644 Commits (06f1f53ea9bbbcdebc228d8422182dc9da75ec73)
 

Author SHA1 Message Date
Heikki Linnakangas 06f1f53ea9 Fast shutdown stop should forcibly disconnect any active backends, even 16 years ago
Tom Lane dcb2bda9b7 Improve plpgsql's ability to cope with rowtypes containing dropped columns, 16 years ago
Magnus Hagander 4000170535 Avoid terminating the postmaster on a number of "can't happen" cases during 16 years ago
Alvaro Herrera 6403c35ee6 Fix manpages related to SPI functions. 16 years ago
Tom Lane 25bd9ce31b Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn. 16 years ago
Heikki Linnakangas 23dc89d2c3 Improve error messages in md.c. When a filesystem operation like open() or 16 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 16 years ago
Michael Meskes 16f3cf8c0c Fixed copyright notice. 16 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 16 years ago
Tom Lane b1732111f2 Fix pg_dump to do the right thing when escaping the contents of large objects. 16 years ago
Alvaro Herrera 50d08346f3 Avoid including miscadmin.h into plpgsql.h; instead include it into the two 16 years ago
Tom Lane 466a4925f5 Fix an ecpg test, too. Are we there yet? 16 years ago
Tom Lane c83d1fb155 Fix some more regression tests (missed these because they're only 16 years ago
Tom Lane 8476f055e0 Suppress pointer-signedness warning. 16 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Tom Lane 5b8ee5c128 Teach PQescapeByteaConn() to use hex format when the target connection is 16 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 16 years ago
Tom Lane f192e4a5d0 Cause pg_proc.probin to be declared as text, not bytea. Everything was 16 years ago
Joe Conway be6bca23b3 Implement has_sequence_privilege() 16 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 16 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 16 years ago
Tom Lane 9072592946 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 16 years ago
Tom Lane 527f0ae3fa Department of second thoughts: let's show the exact key during unique index 16 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 16 years ago
Tom Lane 2487d872e0 Create a multiplexing structure for signals to Postgres child processes. 16 years ago
Magnus Hagander a23c641578 Make sure FD_SETSIZE is set before we include any Windows 16 years ago
Tom Lane 060baf2784 Merge the Constraint and FkConstraint node types into a single type. 16 years ago
Tom Lane 78aef14c59 Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to 16 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 16 years ago
Tom Lane 8504905793 Fix a thinko introduced into CountActiveBackends by a recent patch: 16 years ago
Teodor Sigaev 49475aab8d Correct calculations of overlap and contains operations over polygons. 16 years ago
Teodor Sigaev 1f4b046c18 Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 16 years ago
Tom Lane c1b9ec24ef Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 16 years ago
Magnus Hagander 36942504fc Fix minor memory leak in Win32 SID handling functions. Not a big issue 16 years ago
Magnus Hagander 220e36c97f Enable the use of multiple CPUs/cores when building on MSVC. This only 16 years ago
Tom Lane aac3c301b5 Add s_lock support for SuperH architecture. 16 years ago
Tom Lane cfbd2af95c Improve comment, per gripe from Alvaro. 16 years ago
Tom Lane e4b9e65393 Fix pg_stat_statements for EXEC_BACKEND case. 16 years ago
Tom Lane 8835d63b27 Experiment with using EXPLAIN COSTS OFF in regression tests. 16 years ago
Tom Lane d4382c4ae7 Extend EXPLAIN to allow generic options to be specified. 16 years ago
Tom Lane a07e5acebb Code review for FORCE QUOTE * patch: fix error checking to consider FORCE 16 years ago
Andrew Dunstan fd9df11f81 Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead of a magic value. 16 years ago
Andrew Dunstan de7531a971 Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. 16 years ago
Tom Lane 8af12bca3b Assorted minor refactoring in EXPLAIN. 16 years ago
Magnus Hagander a7e587863c Reserve the shared memory region during backend startup on Windows, so 16 years ago
Peter Eisentraut 5e22994127 Document \dg+ and \du+ 16 years ago
Tom Lane cea80e726e Avoid extra system calls to block SIGPIPE if the platform provides either 16 years ago
Tom Lane 655473a7cd Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. 16 years ago
Andrew Dunstan dc7aa36521 Force use of our erand48 on Cygwin 16 years ago
Tom Lane 0d6909eaba Teach pg_dump to dump comments attached to the columns of a composite type. 16 years ago