You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Eisentraut
c446509565
Second pass over run-time configuration system. Adjust priorities on some
...
option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering
here, so make explicit checks. Add comments explaining all of this.
Removed permissions check on SHOW command.
Add examine_subclass to the game, rename to SQL_inheritance to fit the
official data model better. Adjust documentation.
Standalone backend needs to reset all options before it starts. To
facilitate that, have IsUnderPostmaster be set by the postmaster itself,
don't wait for the magic -p switch.
Also make sure that all environment variables and argv's survive
init_ps_display(). Use strdup where necessary.
Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode
0600 -- having configuration files is no fun if you can't edit them.
26 years ago
..
access
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
26 years ago
bootstrap
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
26 years ago
catalog
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
26 years ago
commands
Second pass over run-time configuration system. Adjust priorities on some
26 years ago
executor
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
26 years ago
lib
Mark functions as static and ifdef NOT_USED as appropriate.
26 years ago
libpq
Clean up #include's.
26 years ago
mb
#include cleanups
26 years ago
nodes
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
26 years ago
optimizer
Make inheritance planning logic a little simpler and clearer,
26 years ago
parser
Clean up #include's.
26 years ago
port
Include information for armv4l from Mark Knox <segfault@hardline.org>.
26 years ago
regex
Clean up #include's.
26 years ago
rewrite
Ye-old pgindent run. Same 4-space tabs.
26 years ago
storage
Reinstate BufFileTell().
26 years ago
tcop
Clean up #include's.
26 years ago
utils
Second pass over run-time configuration system. Adjust priorities on some
26 years ago
c.h
Mark functions as static and ifdef NOT_USED as appropriate.
26 years ago
config.h.in
Integrated ODBC driver into regular build. No more standalone business,
26 years ago
config.h.win32
Add missing files like foreign key regression tests and config.h.win32.
26 years ago
fmgr.h
I had overlooked the fact that some fmgr-callable functions return void
26 years ago
miscadmin.h
#include cleanups
26 years ago
postgres.h
Another batch of fmgr updates. I think I have gotten all old-style
26 years ago
postgres_ext.h
Turns out OIDNAMELEN wasn't really being used at all!
27 years ago
rusagestub.h
Add:
26 years ago
strdup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago
version.h.in
Brand 7.1 release. Also update jdbc version in release branch.
26 years ago