Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 17 years ago
Tom Lane 5b8ee5c128 Teach PQescapeByteaConn() to use hex format when the target connection is 17 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 17 years ago
Tom Lane f192e4a5d0 Cause pg_proc.probin to be declared as text, not bytea. Everything was 17 years ago
Joe Conway be6bca23b3 Implement has_sequence_privilege() 17 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 17 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 17 years ago
Tom Lane 9072592946 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 17 years ago
Tom Lane 527f0ae3fa Department of second thoughts: let's show the exact key during unique index 17 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 17 years ago
Tom Lane 2487d872e0 Create a multiplexing structure for signals to Postgres child processes. 17 years ago
Magnus Hagander a23c641578 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane 060baf2784 Merge the Constraint and FkConstraint node types into a single type. 17 years ago
Tom Lane 78aef14c59 Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to 17 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 17 years ago
Tom Lane 8504905793 Fix a thinko introduced into CountActiveBackends by a recent patch: 17 years ago
Teodor Sigaev 49475aab8d Correct calculations of overlap and contains operations over polygons. 17 years ago
Teodor Sigaev 1f4b046c18 Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 17 years ago
Tom Lane c1b9ec24ef Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 17 years ago
Magnus Hagander 36942504fc Fix minor memory leak in Win32 SID handling functions. Not a big issue 17 years ago
Magnus Hagander 220e36c97f Enable the use of multiple CPUs/cores when building on MSVC. This only 17 years ago
Tom Lane aac3c301b5 Add s_lock support for SuperH architecture. 17 years ago
Tom Lane cfbd2af95c Improve comment, per gripe from Alvaro. 17 years ago
Tom Lane e4b9e65393 Fix pg_stat_statements for EXEC_BACKEND case. 17 years ago
Tom Lane 8835d63b27 Experiment with using EXPLAIN COSTS OFF in regression tests. 17 years ago
Tom Lane d4382c4ae7 Extend EXPLAIN to allow generic options to be specified. 17 years ago
Tom Lane a07e5acebb Code review for FORCE QUOTE * patch: fix error checking to consider FORCE 17 years ago
Andrew Dunstan fd9df11f81 Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead of a magic value. 17 years ago
Andrew Dunstan de7531a971 Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. 17 years ago
Tom Lane 8af12bca3b Assorted minor refactoring in EXPLAIN. 17 years ago
Magnus Hagander a7e587863c Reserve the shared memory region during backend startup on Windows, so 17 years ago
Peter Eisentraut 5e22994127 Document \dg+ and \du+ 17 years ago
Tom Lane cea80e726e Avoid extra system calls to block SIGPIPE if the platform provides either 17 years ago
Tom Lane 655473a7cd Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. 17 years ago
Andrew Dunstan dc7aa36521 Force use of our erand48 on Cygwin 17 years ago
Tom Lane 0d6909eaba Teach pg_dump to dump comments attached to the columns of a composite type. 17 years ago
Tom Lane adfa04293b Save a few cycles in EXPLAIN and related commands by not bothering to form 17 years ago
Tom Lane 6a0865e4bb In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead 17 years ago
Tom Lane 1ca695db38 Fix another thinko in join_is_legal's handling of semijoins: we have to test 17 years ago
Andrew Dunstan 00f0b47539 Update location to download flex for building on Windows. 17 years ago
Peter Eisentraut 2afa73a9e8 Clarify NULLIF example 17 years ago
Tom Lane 846c364dd4 Change do_tup_output() to take Datum/isnull arrays instead of a char * array, 17 years ago
Magnus Hagander ea382424ee Fix mismatch in const:ness of parameters. 17 years ago
Joe Conway 6cf9f31908 Replace PLpgSQL_dstring by StringInfo. 17 years ago
Tom Lane ca7c8168de Tweak TOAST code so that columns marked with MAIN storage strategy are 17 years ago
Tom Lane a5375bf903 Make pg_dump/pg_restore --clean options drop large objects too. 17 years ago
Peter Eisentraut 5dedce6770 Change pg_listener attribute number constants to match the usual pattern 17 years ago
Tom Lane ab5b4e2f9e Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree, 17 years ago
Peter Eisentraut f3f45c87d2 Remove translated FAQs 17 years ago
Peter Eisentraut f7ad9cab30 Add a further customization to the SGML Emacs mode to prevent the use of 17 years ago