summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-095-171/+209
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-092-11/+8
* Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian2004-10-091-1/+6
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-087-242/+236
* Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian2004-10-081-2/+2
* Change get_rule_expr so that when the input is a List, it displays theTom Lane2004-10-071-70/+30
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-076-358/+431
* Remove unneeded dash.Bruce Momjian2004-10-071-2/+2
* Update comment to fix nibble mention:Bruce Momjian2004-10-071-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-077-14/+14
* Back out unindented modification to file.Bruce Momjian2004-10-071-326/+385
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-071-385/+326
* Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway2004-10-071-2/+2
* XOR process PID into a backend's initial random seed, to ensure thatTom Lane2004-10-071-6/+2
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-063-7/+77
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-061-2/+2
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-061-3/+4
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-4/+5
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-29/+20
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-042-10/+68
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-041-2/+9
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-046-144/+545
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-1/+3
* Translation updatePeter Eisentraut2004-10-032-7158/+8605
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-024-52/+76
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-011-29/+45
* fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane2004-10-011-7/+18
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-011-8/+24
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-012-24/+23
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-012-4/+14
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-306-42/+70
* Remove unnecessary use of index_open just to get the index name.Tom Lane2004-09-301-5/+4
* Come to think of it, functions in FROM have the same syntactic restrictionTom Lane2004-09-303-50/+24
* Split out everything that looks like a function call from c_expr intoTom Lane2004-09-291-49/+55
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-294-21/+42
* Adjust obsolete comment about memory needs for lock table.Tom Lane2004-09-281-1/+1
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-284-13/+37
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-272-7/+5
* Translation updatePeter Eisentraut2004-09-271-57/+59
* Translation updatePeter Eisentraut2004-09-271-94/+96
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-271-17/+3
* A few minor list-related cleanups:Neil Conway2004-09-272-13/+10
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-272-12/+12
* Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane2004-09-271-105/+115
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-261-10/+15
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-262-20/+91
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-242-7/+13
* Cleanup some ancient Ultrix / Alpha code in main() that is intended toNeil Conway2004-09-241-8/+13
* shmdt takes a void* parameter, per Kris Jurka.Tom Lane2004-09-241-2/+2
* ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway2004-09-244-14/+12