Commit Graph

274 Commits (2193a856a229026673cbc56310cd0bddf7b5ea25)

Author SHA1 Message Date
Tom Lane 0f085f6e9d Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Bruce Momjian caad817d1c Add fprintf() custom version to libpgport. 21 years ago
Tom Lane 60b2444cc3 Add code to prevent transaction ID wraparound by enforcing a safe limit 21 years ago
Tom Lane 9fa1843454 postgres -boot would print the wrong program name in event of a 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane ea23ec82c2 Remove GUC USERLIMIT variable category, making the affected variables 21 years ago
Neil Conway 0e72b9d440 Cosmetic improvements/code cleanup: 22 years ago
Tom Lane 7ca3a0f3e2 Whack some sense into the configuration-file-location patch. 22 years ago
Tom Lane 617d6ea7df Fix unintended assignment of sequences to the containing schema's 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane a052cd4cc4 For EXEC_BACKEND case, BootstrapMain needs to recompute paths, same as 22 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 22 years ago
Bruce Momjian 7a55ba7615 Back out pg_autovacuum commit after cvs clean failure causes commit. 22 years ago
Bruce Momjian 8dec0c1bf2 lease find enclosed a patch that matches the PL/Perl documentation 22 years ago
Tom Lane fe548629c5 Invent ResourceOwner mechanism as per my recent proposal, and use it to 22 years ago
Bruce Momjian 130f89e93f Allow configuration files to be placed outside the data directory. 22 years ago
Tom Lane b15f9b08ef Replace direct fprintf(stderr) calls by write_stderr(), and cause this 22 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
Tom Lane 337f802460 Fix slightly-wrong syntax error messages from bootstrap parser, as per 22 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 22 years ago
Tom Lane 921d749bd4 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 22 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 22 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 22 years ago
Tom Lane 16974ee910 Get rid of the former rather baroque mechanism for propagating the values 22 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Tom Lane 077db40fa1 ALTER TABLE rewrite. New cool stuff: 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Tom Lane 24614a9880 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 22 years ago
Bruce Momjian c672aa823b For application to HEAD, following community review. 22 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Tom Lane 87bd956385 Restructure smgr API as per recent proposal. smgr no longer depends on 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Tom Lane a77e32d7c5 Apply the core parts of Dennis Bjorklund's patch to allow function 22 years ago
Bruce Momjian 488f2785d0 Final rearrangement of main postgresql child process (ie. 22 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Peter Eisentraut 2afacfc403 This patch properly sets the prototype for the on_shmem_exit and 22 years ago
Tom Lane 5e2b99db95 Avoid assuming that type key_t is 32 bits, since it reportedly isn't 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Jan Wieck cfeca62148 Background writer process 22 years ago
Tom Lane e035a297a2 Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Tom Lane b916cc435a Cause standalone backend (including bootstrap case) to read the GUC 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 23 years ago
Tom Lane c72839d5be Error message editing in backend/bootstrap, /lib, /nodes, /port. 23 years ago