Commit Graph

16729 Commits (0ea4f9c859dc48ad228e63cc29a225a29939a26d)
 

Author SHA1 Message Date
Bruce Momjian 0ea4f9c859 Back out: 22 years ago
Bruce Momjian ced30eb857 [ This description should have been on the earlier fork/exec 22 years ago
Tom Lane 2a0caefeb5 Previous change exposed some opportunities for further simplification 22 years ago
Tom Lane 569659ae16 Improve btree's initial-positioning-strategy code so that we never need 22 years ago
Tom Lane 772d0f9345 The recent DUMMY_PROCS patch broke accounting for the number of semaphores 22 years ago
Tom Lane 16cc9dff4f bufmgr.c failed to compile on Darwin, because it didn't include 22 years ago
Tom Lane fb8ac3fcb6 Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge 22 years ago
Tom Lane b8f2980209 Fix broken IDENT support for FreeBSD (appears to have been broken by 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Bruce Momjian 1ee0ddf91d Another markup fix for recent patch. 22 years ago
Bruce Momjian 4e005c9095 Fix broken markup. 22 years ago
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues 22 years ago
Bruce Momjian 7be614a087 Update HISTORY file for 7.4.1. 22 years ago
Bruce Momjian 85f51dea1c Supress ecpg thread test if configure didn't enable threads. Fix 22 years ago
Bruce Momjian 580cae7567 Prevent service dbname from defaulting to service name, per bug report 22 years ago
Peter Eisentraut cb95ec2f7a 7.4.1 release note improvements 22 years ago
Peter Eisentraut f39748a70f Forbid REVOKE on untrusted languages, and don't dump privileges of 22 years ago
Peter Eisentraut 9a1cab4391 Add missing $(X). 22 years ago
Tom Lane 7fc2d50877 Make to_hex() behave portably on negative input values (treat them as 22 years ago
Joe Conway edc7f146e3 Use a shutdown callback to ensure proper clean up when rescanning 22 years ago
Tom Lane e0cd175212 Fix memory leak with SSL connections due to missing X509_free() calls. 22 years ago
Tom Lane 54840eca2e Use a shutdown callback to clear setArgsValid in a FuncExprState that is 22 years ago
Peter Eisentraut ed8e5143c2 Forgot to change one compatlib.h. 22 years ago
Tom Lane 38423232a5 Ensure set-returning functions in the targetlist of a plan node will be 22 years ago
Teodor Sigaev 125d69cd9b Fix signed char in comparison and check memory allocation 22 years ago
Peter Eisentraut ad8c09c29c Move Informix compatibility include files out of the way. compatlib.h 22 years ago
Dave Cramer b4ed1edb57 patch for new OID74Test 22 years ago
Dave Cramer b9deede241 fixed up OID74 test to conform with other tests, by Kris Jurka 22 years ago
Bruce Momjian e9aec81792 Please find enclosed a patch exemplifying typical use of the ARE 22 years ago
Bruce Momjian ed96bfde18 Here is the definition of relation_byte_size() in optimizer/path/costsize.c: 22 years ago
Dave Cramer bb58eed004 patch by Kris Jurka to use the correct protocol based upon server information 22 years ago
Tom Lane 38b0dff0d3 Adjust rules output for unknown-vs-any change (affects expected contents 22 years ago
Tom Lane 109a4a603f Be a little smarter in group_clauses_by_indexkey_for_join: detect cases 22 years ago
Tom Lane 422249120d information_schema.constraint_column_usage and key_column_usage should 22 years ago
Tom Lane 78f637c6da Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. 22 years ago
Tom Lane a7e383d241 Repair badly broken estimation of output buffer size in lquery_out(). 22 years ago
Tom Lane f758097c6d Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion 22 years ago
Peter Eisentraut b40b3306fa Remove pg_id. 22 years ago
Tom Lane 99e922a01d Repair planner failure when there are multiple IN clauses, each with 22 years ago
Dave Cramer 9dddd242dd revoked patch from Kris Jurka to fix multiarguments, and changed test to create 22 years ago
Dave Cramer e4955c2ec3 patch from Kris Jurka to fix large object 7.1 compatible protocol issues 22 years ago
Michael Meskes 95eea2d89c - Added just another patch by Dave that fixes a reversed order in 22 years ago
Dave Cramer 845109e606 added polish translation submitted by Piotr Maj 22 years ago
Bruce Momjian 0d5fce355b Restore information schema upgrade instructions of Peter. 22 years ago
Peter Eisentraut 4b1a35b3c2 Add example for converting epoch back to timestamp. 22 years ago
Peter Eisentraut 0fb3ec1a58 Fix constraint_column_usage for foreign keys. 22 years ago
Peter Eisentraut f57832f646 Repair name. 22 years ago
Bruce Momjian 3bc199cd6c Add mention of non-standard extension: 22 years ago
Bruce Momjian 028c41e29b Add for ecpg: 22 years ago
Bruce Momjian 39d66b5494 Mention ecpg SET CONNECTION is not thread-aware. 22 years ago